Skip to content

Commit a78f818

Browse files
committed
CRC: add signer_signature_hash to warn message for dropping old block proposals
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent cc2af4e commit a78f818

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stacks-signer/src/v0/signer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ impl Signer {
356356
{
357357
// Block is too old. Drop it with a warning. Don't even bother broadcasting to the node.
358358
warn!("{self}: Received a block proposal that is more than {} secs old. Ignoring...", self.block_proposal_max_age_secs;
359+
"signer_signature_hash" => %block_proposal.block.header.signer_signature_hash(),
359360
"block_id" => %block_proposal.block.block_id(),
360361
"block_height" => block_proposal.block.header.chain_length,
361362
"burn_height" => block_proposal.burn_height,

0 commit comments

Comments
 (0)