|
@@ -112,7 +112,7 @@ interface IERC721 is IERC165 {
|
|
|
*
|
|
|
* 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.
|