Skip to content

Commit

Permalink
Update node/bft/src/primary.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Wu <[email protected]>
  • Loading branch information
howardwu authored Feb 11, 2024
1 parent 5e6458b commit 3820be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/bft/src/primary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ impl<N: Network> Primary<N> {
// and prior to checking the batch header (below).
if let Err(e) = self.ensure_is_signing_round(batch_round) {
// If the primary is not signing for the peer's round, then return early.
trace!("Skipped signing a batch for round {batch_round} from '{peer_ip}' - {e}");
debug!("{e} from '{peer_ip}'");
return Ok(());
}

Expand Down

0 comments on commit 3820be3

Please sign in to comment.