Rename approved parameter in IERC721 (#3900)

Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
Paul Razvan Berg
2022-12-29 01:32:50 +02:00
committed by GitHub
parent b0db207e4e
commit bc50d373e3

View File

@ -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.