Browse Source

help - add preimage to param list

ppa-0.6.1
Felix 7 years ago
committed by Rusty Russell
parent
commit
80b298a15f
  1. 2
      lightningd/invoice.c

2
lightningd/invoice.c

@ -359,7 +359,7 @@ 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)"
"Create an invoice for {msatoshi} with {label} and {description} with optional {expiry} seconds (default 1 hour) and optional {preimage} (default autogenerated)"
};
AUTODATA(json_command, &invoice_command);

Loading…
Cancel
Save