Automatically merged updates to draft EIP(s) 721

Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
This commit is contained in:
William Entriken 2018-06-19 10:36:39 -04:00 committed by EIP Automerge Bot
parent cd57cb477f
commit 1c9668e28d
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ interface ERC721 /* is ERC165 */ {
/// @param _tokenId The NFT to transfer /// @param _tokenId The NFT to transfer
function transferFrom(address _from, address _to, uint256 _tokenId) external payable; function transferFrom(address _from, address _to, uint256 _tokenId) external payable;
/// @notice Set or reaffirm the approved address for an NFT /// @notice Change or reaffirm the approved address for an NFT.
/// @dev The zero address indicates there is no approved address. /// @dev The zero address indicates there is no approved address.
/// @dev Throws unless `msg.sender` is the current NFT owner, or an authorized /// @dev Throws unless `msg.sender` is the current NFT owner, or an authorized
/// operator of the current owner. /// operator of the current owner.