From 875854f71cafc54ebf41bd9fb4c3f35775f67794 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 25 Jul 2019 14:07:16 +0930 Subject: [PATCH] invoice: fix up internal help msg to match updated expiry default. Signed-off-by: Rusty Russell --- lightningd/invoice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningd/invoice.c b/lightningd/invoice.c index ae9efe861..2d44a15c2 100644 --- a/lightningd/invoice.c +++ b/lightningd/invoice.c @@ -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);