mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-18 22:49:34 +00:00
Drop unused EthSpec generic from Stores (#9281)
Co-Authored-By: dapplion <35266934+dapplion@users.noreply.github.com>
This commit is contained in:
@@ -43,7 +43,7 @@ struct TestContext {
|
||||
keypairs: Vec<Keypair>,
|
||||
spec: ChainSpec,
|
||||
genesis_block_root: Hash256,
|
||||
store: Arc<store::HotColdDB<E, store::MemoryStore<E>, store::MemoryStore<E>>>,
|
||||
store: Arc<store::HotColdDB<E, store::MemoryStore, store::MemoryStore>>,
|
||||
}
|
||||
|
||||
impl TestContext {
|
||||
|
||||
Reference in New Issue
Block a user