Remove GenesisConfig, add BeaconChainStartMethod

This commit is contained in:
Paul Hauner
2019-08-25 09:43:03 +10:00
parent cdf3ade63f
commit 66d7838707
5 changed files with 46 additions and 53 deletions

View File

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