mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
withdraw: Swap 'satoshi' and 'destination' params to match online help.
This commit is contained in:
parent
710e91f255
commit
b13c65dacb
@ -306,7 +306,7 @@ static void json_withdraw(struct command *cmd,
|
|||||||
static const struct json_command withdraw_command = {
|
static const struct json_command withdraw_command = {
|
||||||
"withdraw",
|
"withdraw",
|
||||||
json_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"
|
"Returns the withdrawal transaction ID"
|
||||||
};
|
};
|
||||||
AUTODATA(json_command, &withdraw_command);
|
AUTODATA(json_command, &withdraw_command);
|
||||||
|
Loading…
Reference in New Issue
Block a user