Skip to content

Commit

Permalink
Update comment on EscrowAccountingTest to account for batchesQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmt committed Jul 15, 2024
1 parent 03f7acf commit 08fba87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/kontrol/EscrowAccounting.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ contract EscrowAccountingTest is StorageSetup {
// ?WORD5: claimedETH
// ?WORD6: unfinalizedShares
// ?WORD7: finalizedETH
// ?WORD8: rageQuitExtensionDelay
// ?WORD9: rageQuitWithdrawalsTimelock
// ?WORD10: rageQuitTimelockStartedAt
// ?WORD8: batchesQueue
// ?WORD9: rageQuitExtensionDelay
// ?WORD10: rageQuitWithdrawalsTimelock
// ?WORD11: rageQuitTimelockStartedAt
_escrowStorageSetup(escrow, DualGovernance(dualGovernanceAddress), EscrowState(currentState));
}

Expand Down

0 comments on commit 08fba87

Please sign in to comment.