make lnd invoices include route hints.

This commit is contained in:
fiatjaf
2023-10-20 17:19:35 -03:00
parent 994e7e33b1
commit 389943a65f

View File

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