mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
fix: correct account cache size metrics (#21864)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -708,7 +708,6 @@ impl ExecutionCache {
|
||||
}
|
||||
|
||||
self.account_cache.remove(addr);
|
||||
self.account_stats.decrement_size();
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user