Skip to content

Commit

Permalink
make lnd invoices include route hints.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Oct 20, 2023
1 parent 994e7e3 commit 389943a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makeinvoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func makeInvoice(
backend = makeinvoice.LNDParams{
Host: params.Host,
Macaroon: params.Key,
Private: true,
}
case "lnbits":
backend = makeinvoice.LNBitsParams{
Expand Down

0 comments on commit 389943a

Please sign in to comment.