Browse Source

withdraw: Swap 'satoshi' and 'destination' params to match online help.

ppa-0.6.1
Filipe Farinha 7 years ago
committed by Christian Decker
parent
commit
b13c65dacb
  1. 2
      wallet/walletrpc.c

2
wallet/walletrpc.c

@ -306,7 +306,7 @@ static void json_withdraw(struct command *cmd,
static const struct json_command withdraw_command = {
"withdraw",
json_withdraw,
"Send {satoshi} (or 'all') to the {destination} address via Bitcoin transaction",
"Send to {destination} address {satoshi} (or 'all') amount via Bitcoin transaction",
"Returns the withdrawal transaction ID"
};
AUTODATA(json_command, &withdraw_command);

Loading…
Cancel
Save