Fix mistake in command name

This commit is contained in:
Paul Hauner
2022-08-17 12:41:58 +10:00
parent 709598f096
commit 0cc72bc768

View File

@@ -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.