fix typo: LND_MACAROON -> LND_REST_MACAROON

This commit is contained in:
fiatjaf 2020-10-08 16:24:20 -03:00
parent 76633fb71f
commit 6f72f1fe6d

View file

@ -17,7 +17,7 @@ class LndRestWallet(Wallet):
self.endpoint = endpoint
macaroon = (
getenv("LND_MACAROON")
getenv("LND_REST_MACAROON")
or getenv("LND_ADMIN_MACAROON")
or getenv("LND_REST_ADMIN_MACAROON")
or getenv("LND_INVOICE_MACAROON")