Proper naming wrt expectations (#12311)

Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>

Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
This commit is contained in:
Andrei Sandu
2022-09-20 17:17:34 +03:00
committed by GitHub
parent d03729e2c6
commit 6e424467a2
5 changed files with 6 additions and 6 deletions
@@ -421,9 +421,9 @@ pub struct SharedParams {
#[clap(long)]
pub heap_pages: Option<u64>,
/// When enabled, the spec name check will not panic, and instead only show a warning.
/// When enabled, the spec check will not panic, and instead only show a warning.
#[clap(long)]
pub no_spec_name_check: bool,
pub no_spec_check_panic: bool,
/// State version that is used by the chain.
#[clap(long, default_value = "1", parse(try_from_str = parse::state_version))]