mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Fix mistake in command name
This commit is contained in:
@@ -499,7 +499,7 @@ fn run<E: EthSpec>(
|
|||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(sub_matches) = matches.subcommand_matches(account_manager::CMD) {
|
if let Some(sub_matches) = matches.subcommand_matches(validator_manager::CMD) {
|
||||||
eprintln!("Running validator manager for {} network", network_name);
|
eprintln!("Running validator manager for {} network", network_name);
|
||||||
|
|
||||||
// Pass the entire `environment` to the account manager so it can run blocking operations.
|
// Pass the entire `environment` to the account manager so it can run blocking operations.
|
||||||
|
|||||||
Reference in New Issue
Block a user