From d1c9c32398f8371388bcdaaaa367cf0ef1b399a9 Mon Sep 17 00:00:00 2001 From: Lucas Bertrand Date: Tue, 30 Jul 2024 14:46:27 +0200 Subject: [PATCH] Update x/fungible/client/cli/tx_update_gateway_contract.go Co-authored-by: Dmitry S <11892559+swift1337@users.noreply.github.com> --- x/fungible/client/cli/tx_update_gateway_contract.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/fungible/client/cli/tx_update_gateway_contract.go b/x/fungible/client/cli/tx_update_gateway_contract.go index 8cffa60809..8941199788 100644 --- a/x/fungible/client/cli/tx_update_gateway_contract.go +++ b/x/fungible/client/cli/tx_update_gateway_contract.go @@ -11,7 +11,7 @@ import ( func CmdUpdateGatewayContract() *cobra.Command { cmd := &cobra.Command{ - Use: "update-gateway-contract [contract-address] ", + Use: "update-gateway-contract [contract-address]", Short: "Broadcast message UpdateGatewayContract to update the gateway contract address", Args: cobra.ExactArgs(1), RunE: func(cmd *cobra.Command, args []string) (err error) {