Skip to content

Commit

Permalink
Invoiceapidoc patch
Browse files Browse the repository at this point in the history
Added the fallback address to the API documentation of the invoice command
  • Loading branch information
renepickhardt authored and rustyrussell committed Sep 25, 2018
1 parent 3ce53ab commit fc12f65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lightningd/invoice.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit fc12f65

Please sign in to comment.