Skip to content

Commit

Permalink
fix: misc getRestakeable strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevennevins committed Dec 18, 2024
1 parent 137d988 commit 3647e94
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/unaudited/ECDSAServiceManagerBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,7 @@ abstract contract ECDSAServiceManagerBase is
for (uint256 i; i < count; i++) {
strategies[i] = quorum.strategies[i].strategy;
}
uint256[] memory shares;
// TODO: Fix
// = IDelegationManager(delegationManager)
// .getOperatorShares(_operator, strategies);
uint256[] memory shares = IDelegationManager(delegationManager).getOperatorShares(_operator, strategies);

uint256 activeCount;
for (uint256 i; i < count; i++) {
Expand Down

0 comments on commit 3647e94

Please sign in to comment.