We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 778d52f + 346bcfc commit 585d895Copy full SHA for 585d895
1 file changed
module/x/mhub2/client/cli/tx.go
@@ -43,7 +43,7 @@ func CmdSendToExternal() *cobra.Command {
43
cmd := &cobra.Command{
44
Use: "send-to-external [chain-id] [external-receiver] [send-coins] [fee-coins]",
45
Aliases: []string{"send", "transfer"},
46
- Args: cobra.ExactArgs(3),
+ Args: cobra.ExactArgs(4),
47
Short: "Send tokens from hub to connected external chain",
48
RunE: func(cmd *cobra.Command, args []string) error {
49
clientCtx, err := client.GetClientTxContext(cmd)
0 commit comments