Optimize array allocation in ERC1155 (#4196)

Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
Renan Souza
2023-06-02 11:37:59 -03:00
committed by GitHub
parent 30256fa838
commit 5cef83d2c7
2 changed files with 23 additions and 10 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': patch
---
`ERC1155`: Optimize array allocation.