Fix beacon_chain_sim, nitpicks

This commit is contained in:
Paul Hauner
2019-11-24 12:23:07 +11:00
parent 936577e567
commit 24dc9482a9
4 changed files with 36 additions and 29 deletions

View File

@@ -72,7 +72,7 @@ impl Config {
}
}
/// Parses the `testnet` CLI subcommand, modifying the `config` based upon the parametes in
/// Parses the `testnet` CLI subcommand, modifying the `config` based upon the parameters in
/// `cli_args`.
fn process_testnet_subcommand(cli_args: &ArgMatches, mut config: Config) -> Result<Config, String> {
config.key_source = match cli_args.subcommand() {