You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
282 B
6 lines
282 B
2 years ago
|
---
|
||
|
'openzeppelin-solidity': patch
|
||
|
---
|
||
|
|
||
|
`ERC2771Context`: Prevent revert in `_msgData()` when 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). Return the full calldata in that case.
|