Fixup iterator method (#16357)

This commit is contained in:
Tyera Eulberg 2021-04-04 17:32:51 -06:00 committed by GitHub
parent a679aebc82
commit 1a13d22984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2055,7 +2055,7 @@ impl Blockstore {
);
let confirmed_unrooted_slots: Vec<_> =
AncestorIterator::new_inclusive(highest_confirmed_slot, self)
.filter(|&slot| slot > self.last_root())
.take_while(|&slot| slot > self.last_root())
.collect();
self.get_transaction_with_status(signature, &confirmed_unrooted_slots)
}
@ -2214,7 +2214,7 @@ impl Blockstore {
)
);
let confirmed_unrooted_slots: Vec<_> = AncestorIterator::new_inclusive(highest_slot, self)
.filter(|&slot| slot > self.last_root())
.take_while(|&slot| slot > self.last_root())
.collect();
// Figure the `slot` to start listing signatures at, based on the ledger location of the