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:
Rusty Russell 2019-07-25 14:07:16 +09:30
parent 0abbbbb588
commit 875854f71c

View file

@ -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);