mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 13:17:09 +00:00
Add log to account manager
This commit is contained in:
@@ -196,6 +196,11 @@ fn run_new_validator_subcommand<T: EthSpec>(
|
|||||||
Eth2TestnetConfig::load(testnet_dir.clone())
|
Eth2TestnetConfig::load(testnet_dir.clone())
|
||||||
.map_err(|e| format!("Failed to load testnet dir at {:?}: {}", testnet_dir, e))?
|
.map_err(|e| format!("Failed to load testnet dir at {:?}: {}", testnet_dir, e))?
|
||||||
} else {
|
} else {
|
||||||
|
info!(
|
||||||
|
log,
|
||||||
|
"Using Lighthouse testnet deposit contract";
|
||||||
|
);
|
||||||
|
|
||||||
Eth2TestnetConfig::hard_coded()
|
Eth2TestnetConfig::hard_coded()
|
||||||
.map_err(|e| format!("Failed to load hard_coded testnet dir: {}", e))?
|
.map_err(|e| format!("Failed to load hard_coded testnet dir: {}", e))?
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user