diff --git a/runtime/src/accounts_index.rs b/runtime/src/accounts_index.rs index b05ae254b3..2ce7ea4b1a 100644 --- a/runtime/src/accounts_index.rs +++ b/runtime/src/accounts_index.rs @@ -97,9 +97,7 @@ impl ScanConfig { pub(crate) type AccountMapEntry = Arc>; -pub trait IsCached: - 'static + Clone + Debug + PartialEq + ZeroLamport + Copy + Default + Sync + Send -{ +pub trait IsCached { fn is_cached(&self) -> bool; }