Skip to content

Commit 016a63f

Browse files
committed
CRC: replace signer_signature_hash with signer_sighash in warn log
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent a78f818 commit 016a63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-signer/src/v0/signer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ impl Signer {
356356
{
357357
// Block is too old. Drop it with a warning. Don't even bother broadcasting to the node.
358358
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(),
359+
"signer_sighash" => %block_proposal.block.header.signer_signature_hash(),
360360
"block_id" => %block_proposal.block.block_id(),
361361
"block_height" => block_proposal.block.header.chain_length,
362362
"burn_height" => block_proposal.burn_height,

0 commit comments

Comments
 (0)