Skip to content

Commit

Permalink
Add missing CLI arg defs
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Feb 14, 2023
1 parent dfcb99b commit 4f3a1ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/src/lib/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2285,6 +2285,12 @@ pub mod args {
"The price of Ethereum gas, during the relay call.",
),
)
.arg(ETH_RPC_ENDPOINT.def().about("The Ethereum RPC endpoint."))
.arg(
ETH_CONFIRMATIONS.def().about(
"The number of block confirmations on Ethereum.",
),
)
}
}

Expand Down

0 comments on commit 4f3a1ab

Please sign in to comment.