Use bytes.concat in MessageHashUtils (#4504)

This commit is contained in:
Francisco
2023-08-02 15:45:39 -03:00
committed by GitHub
parent 5ae630684a
commit d39df78f6c
2 changed files with 5 additions and 2 deletions

View File

@ -2,4 +2,6 @@
'openzeppelin-solidity': minor
---
Replace some uses of `abi.encodePacked` with clearer alternatives (e.g. `bytes.concat`, `string.concat`).
Replace some uses of `abi.encodePacked` with clearer alternatives (e.g. `bytes.concat`, `string.concat`). (#4504)[https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4504]
pr: #4296