Skip to content

Commit

Permalink
cli: add a missing chain ID arg
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jun 22, 2023
1 parent 61fb64e commit a4ae373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/src/lib/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3379,6 +3379,7 @@ pub mod args {
)
.conflicts_with(SIGNING_KEY_OPT.name),
)
.arg(CHAIN_ID_OPT.def().help("The chain ID."))
}

fn parse(matches: &ArgMatches) -> Self {
Expand Down

0 comments on commit a4ae373

Please sign in to comment.