Skip to content

Commit

Permalink
CRC: add signer_signature_hash to warn message for dropping old block…
Browse files Browse the repository at this point in the history
… proposals

Signed-off-by: Jacinta Ferrant <[email protected]>
  • Loading branch information
jferrant committed Dec 10, 2024
1 parent cc2af4e commit a78f818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stacks-signer/src/v0/signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ impl Signer {
{
// Block is too old. Drop it with a warning. Don't even bother broadcasting to the node.
warn!("{self}: Received a block proposal that is more than {} secs old. Ignoring...", self.block_proposal_max_age_secs;
"signer_signature_hash" => %block_proposal.block.header.signer_signature_hash(),
"block_id" => %block_proposal.block.block_id(),
"block_height" => block_proposal.block.header.chain_length,
"burn_height" => block_proposal.burn_height,
Expand Down

0 comments on commit a78f818

Please sign in to comment.