Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Sep 20, 2024
1 parent f59e067 commit 3434ece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/protocol/contracts/governance/Election.sol
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,6 @@ contract Election is
// We use the validating delegate if one is set.
address[] memory electedGroupValidators;
if (accounts) {
// TODO move get validators outside of loop
electedGroupValidators = validators.getTopGroupValidatorsAccounts(
electionGroups[i],
numMembersElected[i]
Expand Down

0 comments on commit 3434ece

Please sign in to comment.