Update ERC721.sol
This commit is contained in:
@ -346,7 +346,7 @@ abstract contract ERC721 is Context, ERC165, IERC721, IERC721Metadata, IERC721Er
|
|||||||
* Requirements:
|
* Requirements:
|
||||||
*
|
*
|
||||||
* - `to` cannot be the zero address.
|
* - `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.
|
* Emits a {Transfer} event.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user