Skip to content

Commit

Permalink
Fix a call restart twice
Browse files Browse the repository at this point in the history
  • Loading branch information
sfauvel committed May 16, 2024
1 parent 0e9614a commit 0655d59
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ pub async fn bootstrap_aggregator(

restart_aggregator_and_move_one_epoch_forward(&mut aggregator, current_epoch, args).await?;

restart_aggregator_and_move_one_epoch_forward(&mut aggregator, current_epoch, args).await?;

info!(">> Send the Signer Key Registrations payloads for next genesis signers");
let errors = fake_signer::register_signers_to_aggregator(
&aggregator,
Expand Down

0 comments on commit 0655d59

Please sign in to comment.