mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
Invoiceapidoc patch
Added the fallback address to the API documentation of the invoice command
This commit is contained in:
parent
3ce53ab9ed
commit
fc12f65a3d
1 changed files with 2 additions and 1 deletions
|
@ -267,7 +267,8 @@ static void json_invoice(struct command *cmd,
|
|||
static const struct json_command invoice_command = {
|
||||
"invoice", json_invoice, "Create an invoice for {msatoshi} with {label} "
|
||||
"and {description} with optional {expiry} seconds "
|
||||
"(default 1 hour) and optional {preimage} "
|
||||
"(default 1 hour), optional {fallbacks} address list"
|
||||
"(default empty list) and optional {preimage} "
|
||||
"(default autogenerated)"};
|
||||
AUTODATA(json_command, &invoice_command);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue