Skip to content

Commit

Permalink
Add missing immutable initialization in Escrow
Browse files Browse the repository at this point in the history
  • Loading branch information
Psirex committed Aug 5, 2024
1 parent 0862167 commit 6199f7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/Escrow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ contract Escrow is IEscrow {
SanityCheckParams memory sanityCheckParams,
ProtocolDependencies memory dependencies
) {
_SELF = address(this);
DUAL_GOVERNANCE = dualGovernance;

ST_ETH = dependencies.stETH;
Expand Down

0 comments on commit 6199f7c

Please sign in to comment.