mirror of
https://github.com/believethehype/nostdress.git
synced 2026-07-14 19:08:10 -07:00
support eclair with new makeinvoice version.
This commit is contained in:
@@ -50,6 +50,11 @@ func makeInvoice(
|
||||
PublicAccessKey: params.Pak,
|
||||
WalletInvoiceKey: params.Waki,
|
||||
}
|
||||
case "eclair":
|
||||
backend = makeinvoice.EclairParams{
|
||||
Host: params.Host,
|
||||
Password: "",
|
||||
}
|
||||
}
|
||||
|
||||
mip := makeinvoice.Params{
|
||||
|
||||
Reference in New Issue
Block a user