From f056ce5adcc5690c91ca5ca3c918d1dd5dfe8314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Garc=C3=ADa?= Date: Tue, 25 Jul 2023 15:30:58 -0600 Subject: [PATCH] Update .changeset/unlucky-beans-obey.md Co-authored-by: Francisco --- .changeset/unlucky-beans-obey.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/unlucky-beans-obey.md b/.changeset/unlucky-beans-obey.md index c679ad019ee..e472d3c6cb6 100644 --- a/.changeset/unlucky-beans-obey.md +++ b/.changeset/unlucky-beans-obey.md @@ -2,4 +2,4 @@ '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). +`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.