Add log when waiting for genesis

This commit is contained in:
Paul Hauner
2019-11-27 18:23:37 +11:00
parent 88bd764143
commit 9bd0e13d9d

View File

@@ -188,6 +188,12 @@ where
Box::new(future)
}
ClientGenesis::DepositContract => {
info!(
context.log,
"Waiting for eth2 genesis from eth1";
"eth1_node" => &config.endpoint
);
let genesis_service = Eth1GenesisService::new(
// Some of the configuration options for `Eth1Config` are
// hard-coded when listening for genesis from the deposit contract.