Skip to content

Commit

Permalink
Fix panic when no instance is passed to certain CLI options (parityte…
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano authored and serban300 committed Apr 9, 2024
1 parent bc2b035 commit 084b8f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bridges/relays/ethereum/src/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ subcommands:
help: Hex-encoded secret to use when transactions are submitted to the Ethereum node.
- sub-host: *sub-host
- sub-port: *sub-port
- sub-pallet-instance: *sub-pallet-instance
- no-prometheus: *no-prometheus
- prometheus-host: *prometheus-host
- prometheus-port: *prometheus-port
Expand All @@ -102,6 +103,7 @@ subcommands:
takes_value: true
- sub-host: *sub-host
- sub-port: *sub-port
- sub-pallet-instance: *sub-pallet-instance
- sub-authorities-set-id:
long: sub-authorities-set-id
value_name: SUB_AUTHORITIES_SET_ID
Expand Down Expand Up @@ -160,6 +162,7 @@ subcommands:
- sub-port: *sub-port
- sub-signer: *sub-signer
- sub-signer-password: *sub-signer-password
- sub-pallet-instance: *sub-pallet-instance
- no-prometheus: *no-prometheus
- prometheus-host: *prometheus-host
- prometheus-port: *prometheus-port

0 comments on commit 084b8f9

Please sign in to comment.