Add extra log to validator client

This commit is contained in:
Paul Hauner 2019-09-01 22:30:56 +10:00
parent 8b4b13cb2f
commit 246dcaa094
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

View File

@ -246,6 +246,7 @@ fn process_testnet_subcommand(
log: &Logger,
) -> Result<(ClientConfig, Eth2Config)> {
let eth2_config = if cli_args.is_present("bootstrap") {
info!(log, "Connecting to bootstrap server");
let bootstrapper = Bootstrapper::from_server_string(format!(
"http://{}:{}",
client_config.server, client_config.server_http_port