Skip to content

Commit

Permalink
Update .snippets/code/builders/build/eth-api/dev-env/openzeppelin/ERC…
Browse files Browse the repository at this point in the history
…721.sol

Co-authored-by: Erin Shaben <eshaben@icloud.com>
  • Loading branch information
themacexpert and eshaben committed Apr 18, 2024
1 parent 35833dc commit 63caf7e
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -21,8 +21,7 @@ contract MyToken is ERC721, ERC721Enumerable, ERC721Burnable, Ownable {
_safeMint(to, tokenId);
}

// The following functions are overrides required by Solidity.

// The following functions are overrides required by Solidity
function _update(address to, uint256 tokenId, address auth)
internal
override(ERC721, ERC721Enumerable)
Expand Down

0 comments on commit 63caf7e

Please sign in to comment.