Skip to content

Commit

Permalink
Little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Sep 19, 2024
1 parent 1cef701 commit 0019f8d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ contract EpochManagerEnabler is
lastKnownElectedAccounts = new address[](numberElectedValidators);
_setFirstBlockOfEpoch();

// TODO add emit
for (uint256 i = 0; i < numberElectedValidators; i++) {
// TODO: document how much gas this takes for 110 signers
address validatorAccountAddress = getAccounts().validatorSignerToAccount(
Expand Down

0 comments on commit 0019f8d

Please sign in to comment.