Skip to content

Commit e2b5cfe

Browse files
rdeiorisobycode
andauthored
Update stackslib/src/net/tests/inv/nakamoto.rs
Co-authored-by: Brice <[email protected]>
1 parent c592801 commit e2b5cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/net/tests/inv/nakamoto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ where
528528
NakamotoBootTenure::NoSortition(boot_steps) => {
529529
let boot_steps_len = boot_steps.len();
530530
// 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)
531+
// followed by NakamotoBootStep::TenureExtend (this is why we index by boot_steps_len - 2)
532532
match boot_steps.get_mut(boot_steps_len - 2).unwrap() {
533533
NakamotoBootStep::Block(transactions) => {
534534
transactions.append(&mut tip_transactions)

0 commit comments

Comments
 (0)