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:
@@ -242,7 +242,7 @@ pub enum InvariantViolation {
|
||||
ColdStateBaseSummaryMissing { slot: Slot, base_slot: Slot },
|
||||
}
|
||||
|
||||
impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> HotColdDB<E, Hot, Cold> {
|
||||
impl<E: EthSpec, Hot: ItemStore, Cold: ItemStore> HotColdDB<E, Hot, Cold> {
|
||||
/// Run all database invariant checks.
|
||||
///
|
||||
/// The `ctx` parameter provides data from the beacon chain layer (fork choice, state cache,
|
||||
|
||||
Reference in New Issue
Block a user