diff --git a/ledger-tool/src/main.rs b/ledger-tool/src/main.rs index 806b2a9772..26feb1a6f8 100644 --- a/ledger-tool/src/main.rs +++ b/ledger-tool/src/main.rs @@ -1064,7 +1064,7 @@ fn main() { if ancestors.contains(&slot) && !map.contains_key(&slot) { map.insert(slot, line); } - if slot == starting_slot + if slot == ending_slot && frozen.contains_key(&slot) && full.contains_key(&slot) {