From 389943a65fecbb99cacc57e6ca2c3a1c2f6c7ea4 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Fri, 20 Oct 2023 17:19:35 -0300 Subject: [PATCH] make lnd invoices include route hints. --- makeinvoice.go | 1 + 1 file changed, 1 insertion(+) diff --git a/makeinvoice.go b/makeinvoice.go index 3e06e48..9459e28 100644 --- a/makeinvoice.go +++ b/makeinvoice.go @@ -38,6 +38,7 @@ func makeInvoice( backend = makeinvoice.LNDParams{ Host: params.Host, Macaroon: params.Key, + Private: true, } case "lnbits": backend = makeinvoice.LNBitsParams{