diff --git a/test/kontrol/DualGovernanceSetUp.sol b/test/kontrol/DualGovernanceSetUp.sol index fb37c40b..8280aa3d 100644 --- a/test/kontrol/DualGovernanceSetUp.sol +++ b/test/kontrol/DualGovernanceSetUp.sol @@ -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);