mirror of
https://github.com/nbd-wtf/satdress.git
synced 2024-11-11 16:30:35 +00:00
make lnd invoices include route hints.
This commit is contained in:
parent
994e7e33b1
commit
389943a65f
|
@ -38,6 +38,7 @@ func makeInvoice(
|
||||||
backend = makeinvoice.LNDParams{
|
backend = makeinvoice.LNDParams{
|
||||||
Host: params.Host,
|
Host: params.Host,
|
||||||
Macaroon: params.Key,
|
Macaroon: params.Key,
|
||||||
|
Private: true,
|
||||||
}
|
}
|
||||||
case "lnbits":
|
case "lnbits":
|
||||||
backend = makeinvoice.LNBitsParams{
|
backend = makeinvoice.LNBitsParams{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user