Skip to content

Commit

Permalink
logging: do_validator_engine_actions: skipping because we are syncing.
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Oct 30, 2024
1 parent 03abfce commit 210c265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ethcore/src/engines/hbbft/hbbft_engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,7 @@ impl HoneyBadgerBFT {
Some(client_arc) => {
if self.is_syncing(&client_arc) {
// we are syncing - do not do anything.
trace!(target: "engine", "do_validator_engine_actions: skipping because we are syncing.");
return Ok(());
}

Expand Down

0 comments on commit 210c265

Please sign in to comment.