Skip to content

Commit

Permalink
Update x/fungible/client/cli/tx_update_gateway_contract.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry S <[email protected]>
  • Loading branch information
lumtis and swift1337 authored Jul 30, 2024
1 parent 2a06c0e commit d1c9c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/fungible/client/cli/tx_update_gateway_contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d1c9c32

Please sign in to comment.