Skip to content

Commit

Permalink
update arg
Browse files Browse the repository at this point in the history
  • Loading branch information
satawatnack committed Dec 12, 2024
1 parent 5b121d8 commit b58893a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/tunnel/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func GetTxCmdCreateRouterTunnel() *cobra.Command {
cmd := &cobra.Command{
Use: "router [channel-id] [fund] [bridge-contract-address] [dest-chain-id] [dest-contract-address] [dest-gas-limit] [dest-gas-price] [initial-deposit] [interval] [signalDeviations-json-file]",
Short: "Create a new router tunnel",
Args: cobra.ExactArgs(11),
Args: cobra.ExactArgs(10),
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx, err := client.GetClientTxContext(cmd)
if err != nil {
Expand Down

0 comments on commit b58893a

Please sign in to comment.