mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 22:31:48 +01:00
invoice: fix up internal help msg to match updated expiry default.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
0abbbbb588
commit
875854f71c
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ static const struct json_command invoice_command = {
|
|||
json_invoice,
|
||||
"Create an invoice for {msatoshi} with {label} "
|
||||
"and {description} with optional {expiry} seconds "
|
||||
"(default 1 hour), optional {fallbacks} address list"
|
||||
"(default 1 week), 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