You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stacks-signer/src/v0/signer.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -593,7 +593,7 @@ impl Signer {
593
593
) -> Option<BlockResponse>{
594
594
let signer_signature_hash = proposed_block.header.signer_signature_hash();
595
595
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.
0 commit comments