Update ERC721.sol

pull/4377/head
Hadrien Croubois 2 years ago committed by GitHub
parent b982e2a808
commit f404802d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contracts/token/ERC721/ERC721.sol

@ -346,7 +346,7 @@ abstract contract ERC721 is Context, ERC165, IERC721, IERC721Metadata, IERC721Er
* Requirements:
*
* - `to` cannot be the zero address.
* - `tokenId` token must be owned by `from`.
* - `tokenId` token must exists and be owned by `from`.
*
* Emits a {Transfer} event.
*/

Loading…
Cancel
Save