mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-01 11:43:44 +00:00
fix genesis_block init in tests
This commit is contained in:
committed by
Eitan Seri-Levi
parent
0078b6be89
commit
5360e76696
@@ -7,8 +7,8 @@ use genesis::{generate_deterministic_keypairs, interop_genesis_state};
|
||||
use parking_lot::RwLock;
|
||||
use proto_array::PayloadStatus;
|
||||
use slot_clock::{SlotClock, TestingSlotClock};
|
||||
use state_processing::AllCaches;
|
||||
use state_processing::genesis::genesis_block;
|
||||
use state_processing::AllCaches;
|
||||
use store::{HotColdDB, StoreConfig};
|
||||
use types::{
|
||||
ChainSpec, Checkpoint, Domain, Epoch, EthSpec, Hash256, MinimalEthSpec, PayloadAttestationData,
|
||||
|
||||
Reference in New Issue
Block a user