Skip to content

Commit

Permalink
cdp withdraw takes 3 args (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
nddeluca authored Oct 19, 2020
1 parent e333fe8 commit 13c8d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/cdp/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func GetCmdWithdraw(cdc *codec.Codec) *cobra.Command {
Example:
$ %s tx %s withdraw kava15qdefkmwswysgg4qxgqpqr35k3m49pkx2jdfnw 10000000uatom atom-a --from myKeyName
`, version.ClientName, types.ModuleName)),
Args: cobra.ExactArgs(2),
Args: cobra.ExactArgs(3),
RunE: func(cmd *cobra.Command, args []string) error {
inBuf := bufio.NewReader(cmd.InOrStdin())
cliCtx := context.NewCLIContext().WithCodec(cdc)
Expand Down

0 comments on commit 13c8d4e

Please sign in to comment.