mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
Move bootstrapper into own crate
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use super::bootstrapper::Bootstrapper;
|
||||
use crate::{BeaconChain, BeaconChainTypes};
|
||||
use eth2_hashing::hash;
|
||||
use lighthouse_bootstrap::Bootstrapper;
|
||||
use merkle_proof::MerkleTree;
|
||||
use rayon::prelude::*;
|
||||
use slog::Logger;
|
||||
|
||||
Reference in New Issue
Block a user