Co-authored-by: Carl <carl@solana.com>
(cherry picked from commit 823126b372
)
Co-authored-by: carllin <wumu727@gmail.com>
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user