From 3d00a3b97ddb694f881c0d2f75d28b22bd6ef3e5 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Thu, 31 May 2018 23:02:14 -0400 Subject: [PATCH] Automatically merged updates to draft EIP(s) 721 Hi, I'm a bot! This change was automatically merged because: - It only modifies existing draft EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing --- EIPS/eip-721.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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