From 78804d9ea82b66dfd5095e745c3ca08d1a5c6d30 Mon Sep 17 00:00:00 2001 From: CC Date: Thu, 28 Jul 2022 09:04:12 +0200 Subject: [PATCH] fix doc: deschashonly --- doc/lightning-invoice.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lightning-invoice.7.md b/doc/lightning-invoice.7.md index c08f2dfec..36fc45572 100644 --- a/doc/lightning-invoice.7.md +++ b/doc/lightning-invoice.7.md @@ -67,7 +67,7 @@ payment. If specified, *cltv* sets the *min_final_cltv_expiry* for the invoice. Otherwise, it's set to the parameter **cltv-final**. -If *deschash* is true (default false), then the bolt11 returned +If *deschashonly* is true (default false), then the bolt11 returned contains a hash of the *description*, rather than the *description* itself: this allows much longer descriptions, but they must be communicated via some other mechanism.