Skip to content

Commit 6621956

Browse files
authored
Merge pull request #5685 from stacks-network/add-consensus-hash
chore: add consensus hash to signer's new proposal log
2 parents ce3158c + 6eedd83 commit 6621956

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
@@ -487,6 +487,7 @@ impl Signer {
487487
"block_id" => %block_proposal.block.block_id(),
488488
"block_height" => block_proposal.block.header.chain_length,
489489
"burn_height" => block_proposal.burn_height,
490+
"consensus_hash" => %block_proposal.block.header.consensus_hash,
490491
);
491492
crate::monitoring::increment_block_proposals_received();
492493
#[cfg(any(test, feature = "testing"))]

0 commit comments

Comments
 (0)