Skip to content

Commit

Permalink
Update block_generator.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Hein Dauven <[email protected]>
  • Loading branch information
herr-seppia and HDauven authored Oct 8, 2024
1 parent 236336b commit cbf7094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/src/proposal/block_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ impl<T: Operations> Generator<T> {

candidate.sign(&ru.secret_key, ru.pubkey_bls.inner());

debug!(event = "candidate singed", header = ?candidate.header());
debug!(event = "candidate signed", header = ?candidate.header());

Ok(candidate.into())
}
Expand Down

0 comments on commit cbf7094

Please sign in to comment.