Skip to content

Commit f999638

Browse files
committed
CRC: cleanup comment in check_block_against_signer_db_state
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 701ae1a commit f999638

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
@@ -593,7 +593,7 @@ impl Signer {
593593
) -> Option<BlockResponse> {
594594
let signer_signature_hash = proposed_block.header.signer_signature_hash();
595595
let proposed_block_consensus_hash = proposed_block.header.consensus_hash;
596-
// If the tenure change block confirms the expected parent block, it should confirm at least one more block than the last accepted block in the parent tenure.
596+
// If this is a tenure change block, ensure that it confirms the correct number of blocks from the parent tenure.
597597
if let Some(tenure_change) = proposed_block.get_tenure_change_tx_payload() {
598598
// Ensure that the tenure change block confirms the expected parent block
599599
match SortitionsView::check_tenure_change_confirms_parent(

0 commit comments

Comments
 (0)