We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
update_stake_distribution
inform_epoch
1 parent 3abbfa9 commit 13cd95aCopy full SHA for 13cd95a
mithril-aggregator/src/runtime/state_machine.rs
@@ -252,10 +252,10 @@ impl AggregatorRuntime {
252
.update_era_checker(new_time_point.epoch)
253
.await
254
.map_err(|e| RuntimeError::critical("transiting IDLE → READY", Some(e)))?;
255
- self.runner.inform_new_epoch(new_time_point.epoch).await?;
256
self.runner
257
.update_stake_distribution(&new_time_point)
258
.await?;
+ self.runner.inform_new_epoch(new_time_point.epoch).await?;
259
self.runner.upkeep().await?;
260
261
.open_signer_registration_round(&new_time_point)
0 commit comments