Skip to content

Commit

Permalink
align name
Browse files Browse the repository at this point in the history
  • Loading branch information
satawatnack committed Dec 12, 2024
1 parent 7cb0e47 commit c705768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/tunnel/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func GetTxCmdCreateTunnel() *cobra.Command {
txCmd.AddCommand(
GetTxCmdCreateTSSTunnel(),
GetTxCmdCreateIBCTunnel(),
GetTxCmdRouterTunnel(),
GetTxCmdCreateRouterTunnel(),
)

return txCmd
Expand Down Expand Up @@ -156,7 +156,7 @@ func GetTxCmdCreateIBCTunnel() *cobra.Command {
return cmd
}

func GetTxCmdRouterTunnel() *cobra.Command {
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",
Expand Down

0 comments on commit c705768

Please sign in to comment.