Pull Eth2Config during bootstrap

This commit is contained in:
Paul Hauner
2019-08-27 00:04:15 +10:00
parent 81c898586e
commit 6875ae8af5
7 changed files with 63 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ where
beacon_chain.clone(),
network.clone(),
client_config.db_path().expect("unable to read datadir"),
eth2_config.clone(),
&log,
) {
Ok(s) => Some(s),