Add --bootstrap arg to beacon node

This commit is contained in:
Paul Hauner
2019-08-15 12:48:34 +10:00
parent c97b3b20cb
commit fda208b103
2 changed files with 19 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ use tokio::timer::Interval;
pub use beacon_chain::BeaconChainTypes;
pub use beacon_chain_types::ClientType;
pub use beacon_chain_types::InitialiseBeaconChain;
pub use config::Config as ClientConfig;
pub use config::{Config as ClientConfig, GenesisState};
pub use eth2_config::Eth2Config;
/// Main beacon node client service. This provides the connection and initialisation of the clients