Skip to content

Commit 20e86be

Browse files
authored
Update ERC721URIStorage.sol
1 parent 5e3ca4d commit 20e86be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contracts/token/ERC721/extensions/ERC721URIStorage.sol

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ abstract contract ERC721URIStorage is IERC4906, ERC721 {
4949
* @dev Sets `_tokenURI` as the tokenURI of `tokenId`.
5050
*
5151
* Emits {MetadataUpdate}.
52-
*
53-
* Requirements:
54-
*
55-
* - `tokenId` must exist.
5652
*/
5753
function _setTokenURI(uint256 tokenId, string memory _tokenURI) internal virtual {
5854
_tokenURIs[tokenId] = _tokenURI;

0 commit comments

Comments
 (0)