Skip to content

Commit 585d895

Browse files
authored
Merge pull request #9 from MinterTeam/add-withdraw-command
Fix command
2 parents 778d52f + 346bcfc commit 585d895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • module/x/mhub2/client/cli

module/x/mhub2/client/cli/tx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func CmdSendToExternal() *cobra.Command {
4343
cmd := &cobra.Command{
4444
Use: "send-to-external [chain-id] [external-receiver] [send-coins] [fee-coins]",
4545
Aliases: []string{"send", "transfer"},
46-
Args: cobra.ExactArgs(3),
46+
Args: cobra.ExactArgs(4),
4747
Short: "Send tokens from hub to connected external chain",
4848
RunE: func(cmd *cobra.Command, args []string) error {
4949
clientCtx, err := client.GetClientTxContext(cmd)

0 commit comments

Comments
 (0)