mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
Refactor beacon chain start code
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
use beacon_chain::Bootstrapper;
|
||||
use clap::ArgMatches;
|
||||
use client::{BeaconChainStartMethod, Bootstrapper, ClientConfig, Eth2Config};
|
||||
use client::{BeaconChainStartMethod, ClientConfig, Eth2Config};
|
||||
use eth2_config::{read_from_file, write_to_file};
|
||||
use rand::{distributions::Alphanumeric, Rng};
|
||||
use slog::{crit, info, warn, Logger};
|
||||
|
||||
Reference in New Issue
Block a user