fix: LND GRPC macaroon fields (#3444)
This commit is contained in:
@@ -84,9 +84,7 @@ class LndWallet(Wallet):
|
||||
macaroon = (
|
||||
settings.lnd_grpc_macaroon
|
||||
or settings.lnd_grpc_admin_macaroon
|
||||
or settings.lnd_admin_macaroon
|
||||
or settings.lnd_grpc_invoice_macaroon
|
||||
or settings.lnd_invoice_macaroon
|
||||
)
|
||||
encrypted_macaroon = settings.lnd_grpc_macaroon_encrypted
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user