Fix parsing (#10924)

Co-authored-by: Carl <carl@solana.com>
This commit is contained in:
carllin 2020-07-06 02:39:42 -07:00 committed by GitHub
parent 92697973d0
commit 823126b372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1201,7 +1201,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)
{