We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2af4e commit a78f818Copy full SHA for a78f818
stacks-signer/src/v0/signer.rs
@@ -356,6 +356,7 @@ impl Signer {
356
{
357
// Block is too old. Drop it with a warning. Don't even bother broadcasting to the node.
358
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(),
360
"block_id" => %block_proposal.block.block_id(),
361
"block_height" => block_proposal.block.header.chain_length,
362
"burn_height" => block_proposal.burn_height,
0 commit comments