Skip to content

Commit

Permalink
Merge pull request #9 from MinterTeam/add-withdraw-command
Browse files Browse the repository at this point in the history
Fix command
  • Loading branch information
danil-lashin authored Mar 9, 2022
2 parents 778d52f + 346bcfc commit 585d895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/x/mhub2/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func CmdSendToExternal() *cobra.Command {
cmd := &cobra.Command{
Use: "send-to-external [chain-id] [external-receiver] [send-coins] [fee-coins]",
Aliases: []string{"send", "transfer"},
Args: cobra.ExactArgs(3),
Args: cobra.ExactArgs(4),
Short: "Send tokens from hub to connected external chain",
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx, err := client.GetClientTxContext(cmd)
Expand Down

0 comments on commit 585d895

Please sign in to comment.