mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 20:42:32 +02:00
fix typo: LND_MACAROON -> LND_REST_MACAROON
This commit is contained in:
@@ -17,7 +17,7 @@ class LndRestWallet(Wallet):
|
|||||||
self.endpoint = endpoint
|
self.endpoint = endpoint
|
||||||
|
|
||||||
macaroon = (
|
macaroon = (
|
||||||
getenv("LND_MACAROON")
|
getenv("LND_REST_MACAROON")
|
||||||
or getenv("LND_ADMIN_MACAROON")
|
or getenv("LND_ADMIN_MACAROON")
|
||||||
or getenv("LND_REST_ADMIN_MACAROON")
|
or getenv("LND_REST_ADMIN_MACAROON")
|
||||||
or getenv("LND_INVOICE_MACAROON")
|
or getenv("LND_INVOICE_MACAROON")
|
||||||
|
Reference in New Issue
Block a user