mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-02 04:14:33 +00:00
Drop unused EthSpec generic from Stores (#9281)
Co-Authored-By: dapplion <35266934+dapplion@users.noreply.github.com>
This commit is contained in:
@@ -325,8 +325,8 @@ pub enum StateSkipConfig {
|
||||
}
|
||||
|
||||
pub trait BeaconChainTypes: Send + Sync + 'static {
|
||||
type HotStore: store::ItemStore<Self::EthSpec>;
|
||||
type ColdStore: store::ItemStore<Self::EthSpec>;
|
||||
type HotStore: store::ItemStore;
|
||||
type ColdStore: store::ItemStore;
|
||||
type SlotClock: slot_clock::SlotClock;
|
||||
type EthSpec: types::EthSpec;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user