Silence candidate errors when pre-genesis

This commit is contained in:
Mac L
2024-06-06 16:06:57 +10:00
parent e348231d24
commit 5c8dc21865
2 changed files with 17 additions and 9 deletions

View File

@@ -77,7 +77,7 @@ pub fn cli_app() -> Command {
)
.arg(
Arg::new("vc-count")
.short('c')
.short('n')
.long("vc-count")
.action(ArgAction::Set)
.default_value("3")