Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update unlucky-beans-obey.md
  • Loading branch information
Amxx authored Jul 25, 2023
commit dd1ef0c75982a7e8194d84a415d013250575a83e
2 changes: 1 addition & 1 deletion .changeset/unlucky-beans-obey.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'openzeppelin-solidity': patch
---

`ERC2771Context`: Return the forwarder address whenever the `msg.data` or calls sent by a trusted forwarder is not long enough to contain the request signer address (i.e. `msg.data.length` is less than 20 bytes).
`ERC2771Context`: Return the forwarder address whenever the `msg.data` of a calls 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).