fix typo: LND_MACAROON -> LND_REST_MACAROON
This commit is contained in:
parent
76633fb71f
commit
6f72f1fe6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue