fix: LND GRPC macaroon fields (#3444)

This commit is contained in:
Vlad Stan
2025-10-24 13:49:33 +03:00
committed by GitHub
parent b9de754598
commit 87f25ea715
3 changed files with 4 additions and 4 deletions
-2
View File
@@ -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: