fix: correct account cache size metrics (#21864)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Snezhkko
2026-02-06 04:41:22 +02:00
committed by GitHub
parent dbac7e1e4a
commit 3050fe7eb1

View File

@@ -708,7 +708,6 @@ impl ExecutionCache {
}
self.account_cache.remove(addr);
self.account_stats.decrement_size();
continue
}