Skip to content

Commit

Permalink
Add comment to ForwardedContext constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
RCantu92 committed Dec 5, 2023
1 parent 0917e79 commit 571406c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/components/utils/ForwardedContext.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 571406c

Please sign in to comment.