fix imports

This commit is contained in:
Alexey Shekhirin
2025-12-22 17:41:21 +00:00
committed by Alexey Shekhirin
parent 36b19b42d4
commit 299ed452b7

View File

@@ -3,7 +3,7 @@ use alloy_primitives::{
map::{DefaultHashBuilder, FbBuildHasher},
Address, StorageKey, StorageValue, B256,
};
use fixed_cache::Stats;
use fixed_cache::{AnyRef, Stats, StatsHandler};
use metrics::Gauge;
use reth_errors::ProviderResult;
use reth_metrics::Metrics;