1
0
mirror of https://github.com/nbd-wtf/satdress.git synced 2024-09-22 17:11:21 +00:00

make lnd invoices include route hints.

This commit is contained in:
fiatjaf 2023-10-20 17:19:35 -03:00
parent 994e7e33b1
commit 389943a65f
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1

View File

@ -38,6 +38,7 @@ func makeInvoice(
backend = makeinvoice.LNDParams{
Host: params.Host,
Macaroon: params.Key,
Private: true,
}
case "lnbits":
backend = makeinvoice.LNBitsParams{