Skip to content

Commit 81ce1ca

Browse files
committed
Merge branch 'fix/burn-view' of https://github.com/stacks-network/stacks-core into fix/burn-view
2 parents b8622ae + 5c2cc18 commit 81ce1ca

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)