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.
1 parent 06a4279 commit 8b14b84Copy full SHA for 8b14b84
stacks-signer/src/chainstate.rs
@@ -402,7 +402,7 @@ impl SortitionsView {
402
) -> Result<bool, SignerChainstateError> {
403
// if the parent tenure is the last sortition, it is a valid choice.
404
// if the parent tenure is a reorg, then all of the reorged sortitions
405
- // must either have produced zero blocks _or_ produced their first block
+ // must either have produced zero blocks _or_ produced their first (and only) block
406
// very close to the burn block transition.
407
if sortition_state.prior_sortition == sortition_state.parent_tenure_id {
408
return Ok(true);
0 commit comments