Skip to content

Commit

Permalink
Don't prune orphaned blocks
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Dudley <[email protected]>
  • Loading branch information
siladu committed Oct 31, 2023
1 parent c104862 commit 56eff58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private void preloadCache() {
count.getAndIncrement();
} else {
// prune orphaned blocks (sometimes created during block production)
rootWorldStateStorage.pruneTrieLog(hashAsBytes);
// rootWorldStateStorage.pruneTrieLog(hashAsBytes);
}
});
LOG.atInfo().log("Loaded {} trie logs from database", count);
Expand Down

0 comments on commit 56eff58

Please sign in to comment.