Преглед изворни кода

Fix natspec comments in ERC-1155 (#4876)

Hadrien Croubois пре 1 година
родитељ
комит
9d3b9be04f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      contracts/token/ERC1155/IERC1155.sol

+ 1 - 1
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;