Skip to content

Commit

Permalink
Merge pull request #4999 from stacks-network/chore/fix-log
Browse files Browse the repository at this point in the history
fix: make signer's warning log more accurate
  • Loading branch information
obycode authored Jul 24, 2024
2 parents f160aaf + 6211ffd commit 175d807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks-signer/src/chainstate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ impl SortitionsView {
Ok(true)
} else {
warn!(
"Miner block proposal's tenure change transaction does not confirm as many blocks as we expect in the parent tenure";
"Miner's block proposal does not confirm as many blocks as we expect";
"proposed_block_consensus_hash" => %block.header.consensus_hash,
"proposed_block_signer_sighash" => %block.header.signer_signature_hash(),
"proposed_chain_length" => block.header.chain_length,
Expand Down

0 comments on commit 175d807

Please sign in to comment.