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 11b17be commit e2828acCopy full SHA for e2828ac
testnet/stacks-node/src/nakamoto_node/sign_coordinator.rs
@@ -653,7 +653,7 @@ impl SignCoordinator {
653
654
let block_proposal_message = SignerMessageV0::BlockProposal(block_proposal);
655
debug!("Sending block proposal message to signers";
656
- "signer_signature_hash" => ?&block.header.signer_signature_hash().0,
+ "signer_signature_hash" => %block.header.signer_signature_hash(),
657
);
658
Self::send_miners_message_scalar::<SignerMessageV0>(
659
&self.message_key,
0 commit comments