Skip to content

Commit e5c6363

Browse files
Remove documented requirement in IERC1155's balanceOf (#4847)
1 parent dfae50f commit e5c6363

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contracts/token/ERC1155/IERC1155.sol

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ interface IERC1155 is IERC165 {
4444

4545
/**
4646
* @dev Returns the value of tokens of token type `id` owned by `account`.
47-
*
48-
* Requirements:
49-
*
50-
* - `account` cannot be the zero address.
5147
*/
5248
function balanceOf(address account, uint256 id) external view returns (uint256);
5349

0 commit comments

Comments
 (0)