Update docs

This commit is contained in:
github-actions
2023-07-25 22:41:02 +00:00
parent 7332072225
commit 20da070199
3 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': patch
---
`ERC2771Context`: Return the forwarder address whenever the `msg.data` of a call originating from a trusted forwarder is not long enough to contain the request signer address (i.e. `msg.data.length` is less than 20 bytes), as specified by ERC-2771.