We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019c2d4 commit 0cd34bcCopy full SHA for 0cd34bc
modules/apps/29-fee/client/cli/tx.go
@@ -107,8 +107,6 @@ func NewRegisterCounterpartyAddress() *cobra.Command {
107
Example: fmt.Sprintf("%s tx ibc-fee register-counterparty cosmos1rsp837a4kvtgp2m4uqzdge0zzu6efqgucm0qdh cosmoss1sp921a4tttgpln6rqhdqe0zzu6efqgucm0qdh channel-0", version.AppName),
108
Args: cobra.ExactArgs(3),
109
RunE: func(cmd *cobra.Command, args []string) error {
110
- fmt.Print(args[0], args[1], args[2])
111
-
112
clientCtx, err := client.GetClientTxContext(cmd)
113
if err != nil {
114
return err
0 commit comments