Update ERC721.sol

This commit is contained in:
Hadrien Croubois
2023-07-14 08:45:25 +02:00
committed by GitHub
parent 20bb47f439
commit a475ffae0a

View File

@ -419,7 +419,6 @@ abstract contract ERC721 is Context, ERC165, IERC721, IERC721Metadata, IERC721Er
*
* Requirements:
* - operator can't be the address zero.
* - owner can't approve himself.
*
* Emits an {ApprovalForAll} event.
*/