Rename approved parameter in IERC721 (#3900)
Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
@ -112,7 +112,7 @@ interface IERC721 is IERC165 {
|
|||||||
*
|
*
|
||||||
* Emits an {ApprovalForAll} event.
|
* Emits an {ApprovalForAll} event.
|
||||||
*/
|
*/
|
||||||
function setApprovalForAll(address operator, bool _approved) external;
|
function setApprovalForAll(address operator, bool approved) external;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @dev Returns the account approved for `tokenId` token.
|
* @dev Returns the account approved for `tokenId` token.
|
||||||
|
|||||||
Reference in New Issue
Block a user