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.
2 parents ce3158c + 6eedd83 commit 6621956Copy full SHA for 6621956
stacks-signer/src/v0/signer.rs
@@ -487,6 +487,7 @@ impl Signer {
487
"block_id" => %block_proposal.block.block_id(),
488
"block_height" => block_proposal.block.header.chain_length,
489
"burn_height" => block_proposal.burn_height,
490
+ "consensus_hash" => %block_proposal.block.header.consensus_hash,
491
);
492
crate::monitoring::increment_block_proposals_received();
493
#[cfg(any(test, feature = "testing"))]
0 commit comments