Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IGNORE] loading test for trie log pruner #6108

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Only log cache on load
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
siladu committed Oct 31, 2023
commit c3ee36f57be868d4c7f8f232b5e1b8808df93a36
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ void cacheForLaterPruning(final long blockNumber, final byte[] trieLogKey) {
}

void pruneFromCache() {
printCache();
// no = op
}

void printCache() {