Skip to content

Commit 4954139

Browse files
authored
fix: commented out view (#373)
1 parent 57f70ba commit 4954139

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/unaudited/ECDSAServiceManagerBase.sol

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,8 @@ abstract contract ECDSAServiceManagerBase is IServiceManager, OwnableUpgradeable
232232
for (uint256 i; i < count; i++) {
233233
strategies[i] = quorum.strategies[i].strategy;
234234
}
235-
uint256[] memory shares;
236-
// TODO: Fix
237-
// = IDelegationManager(delegationManager)
238-
// .getOperatorShares(_operator, strategies);
235+
uint256[] memory shares =
236+
IDelegationManager(delegationManager).getOperatorShares(_operator, strategies);
239237

240238
uint256 activeCount;
241239
for (uint256 i; i < count; i++) {

0 commit comments

Comments
 (0)