From 7f2b11756cf46fab89401da19363fe8c8046fecd Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 11:05:17 +0000 Subject: [PATCH] Fix parsing (#10924) (#10926) Co-authored-by: Carl (cherry picked from commit 823126b372b60619fb92848a5515eb07feb05821) Co-authored-by: carllin --- ledger-tool/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {