Skip to content

Commit

Permalink
Rename variable in comment of DualGovernanceSetUp
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmt committed Jun 25, 2024
1 parent b629681 commit 7ee1994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/kontrol/DualGovernanceSetUp.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ contract DualGovernanceSetUp is StorageSetup {
_dualGovernanceStorageSetup(dualGovernance, timelock, stEth, signallingEscrow, rageQuitEscrow);

// ?STORAGE1
// ?WORD8: totalStakedShares
// ?WORD8: totalSharesLocked
// ?WORD9: totalClaimedEthAmount
// ?WORD10: rageQuitExtensionDelayPeriodEnd
_signallingEscrowStorageSetup(signallingEscrow, dualGovernance, stEth);

// ?STORAGE2
// ?WORD11: totalStakedShares
// ?WORD11: totalSharesLocked
// ?WORD12: totalClaimedEthAmount
// ?WORD13: rageQuitExtensionDelayPeriodEnd
_rageQuitEscrowStorageSetup(rageQuitEscrow, dualGovernance, stEth);
Expand Down

0 comments on commit 7ee1994

Please sign in to comment.