From 571406cd0bc24076561d911f6128a03f874de704 Mon Sep 17 00:00:00 2001 From: Roberto Cantu Date: Tue, 5 Dec 2023 15:40:29 -0600 Subject: [PATCH] Add comment to ForwardedContext constructor --- contracts/components/utils/ForwardedContext.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/components/utils/ForwardedContext.sol b/contracts/components/utils/ForwardedContext.sol index e92f7f88..baec0839 100644 --- a/contracts/components/utils/ForwardedContext.sol +++ b/contracts/components/utils/ForwardedContext.sol @@ -10,6 +10,7 @@ abstract contract ForwardedContext is ContextUpgradeable { /// @custom:oz-upgrades-unsafe-allow state-variable-immutable address private immutable _trustedForwarder; + /// @custom:oz-upgrades-unsafe-allow constructor constructor(address trustedForwarder) { // WARNING: do not set this address to other than a deployed Forwarder instance. // Forwarder is critical infrastructure with priviledged address, it is safe for the limited