mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 20:57:10 +00:00
Merge spec crate into types
This commit is contained in:
@@ -7,9 +7,8 @@ use db::{
|
||||
MemoryDB,
|
||||
};
|
||||
use slot_clock::TestingSlotClock;
|
||||
use spec::ChainSpec;
|
||||
use std::sync::{Arc, RwLock};
|
||||
use types::{Keypair, Validator};
|
||||
use types::{ChainSpec, Keypair, Validator};
|
||||
|
||||
mod utils;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user