We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ffe64 commit 83e2d6eCopy full SHA for 83e2d6e
src/test/integration/tests/Deposit_Delegate_Allocate.t.sol
@@ -131,6 +131,7 @@ contract Integration_Deposit_Delegate_Allocate is IntegrationCheckUtils {
131
// 5. Undelegate from an operator
132
IDelegationManagerTypes.Withdrawal[] memory withdrawals = staker.undelegate();
133
bytes32[] memory withdrawalRoots = _getWithdrawalHashes(withdrawals);
134
+
135
// 6. Complete withdrawal
136
_rollBlocksForCompleteWithdrawals(withdrawals);
137
for (uint256 i = 0; i < withdrawals.length; ++i) {
0 commit comments