From c705768f0b6436643784afbd964349bafa9b6740 Mon Sep 17 00:00:00 2001 From: satawatnack Date: Thu, 12 Dec 2024 14:37:51 +0700 Subject: [PATCH] align name --- x/tunnel/client/cli/tx.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/tunnel/client/cli/tx.go b/x/tunnel/client/cli/tx.go index d75b01f5d..de0f5f820 100644 --- a/x/tunnel/client/cli/tx.go +++ b/x/tunnel/client/cli/tx.go @@ -50,7 +50,7 @@ func GetTxCmdCreateTunnel() *cobra.Command { txCmd.AddCommand( GetTxCmdCreateTSSTunnel(), GetTxCmdCreateIBCTunnel(), - GetTxCmdRouterTunnel(), + GetTxCmdCreateRouterTunnel(), ) return txCmd @@ -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",