mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Add log when waiting for genesis
This commit is contained in:
@@ -188,6 +188,12 @@ where
|
|||||||
Box::new(future)
|
Box::new(future)
|
||||||
}
|
}
|
||||||
ClientGenesis::DepositContract => {
|
ClientGenesis::DepositContract => {
|
||||||
|
info!(
|
||||||
|
context.log,
|
||||||
|
"Waiting for eth2 genesis from eth1";
|
||||||
|
"eth1_node" => &config.endpoint
|
||||||
|
);
|
||||||
|
|
||||||
let genesis_service = Eth1GenesisService::new(
|
let genesis_service = Eth1GenesisService::new(
|
||||||
// Some of the configuration options for `Eth1Config` are
|
// Some of the configuration options for `Eth1Config` are
|
||||||
// hard-coded when listening for genesis from the deposit contract.
|
// hard-coded when listening for genesis from the deposit contract.
|
||||||
|
|||||||
Reference in New Issue
Block a user