diff --git a/EIPS/eip-721.md b/EIPS/eip-721.md index f296503e..26ea427c 100644 --- a/EIPS/eip-721.md +++ b/EIPS/eip-721.md @@ -159,8 +159,8 @@ interface ERC721TokenReceiver { /// @notice Handle the receipt of an NFT /// @dev The ERC721 smart contract calls this function on the recipient /// after a `transfer`. This function MAY throw to revert and reject the - /// transfer. This function MUST use 50,000 gas or less. Return of other - /// than the magic value MUST result in the transaction being reverted. + /// transfer. Return of other than the magic value MUST result in the + /// transaction being reverted. /// Note: the contract address is always the message sender. /// @param _from The sending address /// @param _tokenId The NFT identifier which is being transfered