From b02bee01e5a608cebcc60ef07b9f7fce11a0278e Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Thu, 2 Apr 2020 07:45:00 +0100 Subject: [PATCH] Update lndgrpc.py --- lnbits/wallets/lndgrpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/wallets/lndgrpc.py b/lnbits/wallets/lndgrpc.py index 0e6a668a5..b448bf34c 100644 --- a/lnbits/wallets/lndgrpc.py +++ b/lnbits/wallets/lndgrpc.py @@ -3,7 +3,7 @@ import lnd_grpc # https://github.com/willcl-ark/lnd_grpc/blob/master/lnd_grpc/li from .base import InvoiceResponse, PaymentResponse, PaymentStatus, Wallet -class LndWallet(Wallet): +class LndWalletgrpc(Wallet): """https://api.lightning.community/rest/index.html#lnd-rest-api-reference""" def __init__(self):