Removes zero address check from balanceOf in ERC1155 (#4263)

Co-authored-by: bpachai <bpachai@v2soft.com>
Co-authored-by: Francisco Giordano <fg@frang.io>
This commit is contained in:
Balaji Shetty Pachai
2023-05-24 14:09:06 +05:30
committed by GitHub
parent 7e814a3074
commit cbc6145f5f
3 changed files with 15 additions and 13 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': major
---
`ERC1155`: Remove check for address zero in `balanceOf`.