Skip to content

Commit 5db0847

Browse files
committed
chore: fix comment
1 parent 784b55c commit 5db0847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-signer/src/chainstate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ impl SortitionsView {
586586
// The last locally accepted block is not timed out, return it
587587
Ok(Some(local_info))
588588
} else {
589-
// The last locally accepted block is timed out, get the last globally accepted block
589+
// The last locally accepted block is timed out
590590
Ok(None)
591591
}
592592
}

0 commit comments

Comments
 (0)