From 7ee19940319b96a79fe26852f1d4431a205c7597 Mon Sep 17 00:00:00 2001 From: lucasmt Date: Tue, 25 Jun 2024 11:38:28 -0500 Subject: [PATCH] Rename variable in comment of DualGovernanceSetUp --- test/kontrol/DualGovernanceSetUp.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);