Skip to content

Commit

Permalink
fix reload heal
Browse files Browse the repository at this point in the history
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
  • Loading branch information
matkt committed Jun 2, 2022
1 parent dab1f26 commit 842631e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ public synchronized void reloadHeal() {
worldStateStorage.clearFlatDatabase();
pendingTrieNodeRequests.clear();
pendingCodeRequests.clear();
snapSyncState.setHealStatus(false);
checkCompletion(snapSyncState.getPivotBlockHeader().orElseThrow());
}

Expand Down

0 comments on commit 842631e

Please sign in to comment.