diff --git a/contracts/token/ERC1155/IERC1155.sol b/contracts/token/ERC1155/IERC1155.sol index be47e7ea4..5a1805fad 100644 --- a/contracts/token/ERC1155/IERC1155.sol +++ b/contracts/token/ERC1155/IERC1155.sol @@ -66,7 +66,7 @@ interface IERC1155 is IERC165 { * * Requirements: * - * - `operator` cannot be the caller. + * - `operator` cannot be the zero address. */ function setApprovalForAll(address operator, bool approved) external;