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 c592801 commit e2b5cfeCopy full SHA for e2b5cfe
stackslib/src/net/tests/inv/nakamoto.rs
@@ -528,7 +528,7 @@ where
528
NakamotoBootTenure::NoSortition(boot_steps) => {
529
let boot_steps_len = boot_steps.len();
530
// when NakamotoBootTenure::NoSortition is in place we have every NakamotoBootStep::Block
531
- // followed by NakamotoBootStep::TenureExtend (this is why with index by boot_steps_len - 2)
+ // followed by NakamotoBootStep::TenureExtend (this is why we index by boot_steps_len - 2)
532
match boot_steps.get_mut(boot_steps_len - 2).unwrap() {
533
NakamotoBootStep::Block(transactions) => {
534
transactions.append(&mut tip_transactions)
0 commit comments