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.
2 parents f160aaf + 6211ffd commit 175d807Copy full SHA for 175d807
stacks-signer/src/chainstate.rs
@@ -438,7 +438,7 @@ impl SortitionsView {
438
Ok(true)
439
} else {
440
warn!(
441
- "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";
442
"proposed_block_consensus_hash" => %block.header.consensus_hash,
443
"proposed_block_signer_sighash" => %block.header.signer_signature_hash(),
444
"proposed_chain_length" => block.header.chain_length,
0 commit comments