mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 17:51:53 +01:00
Update lndgrpc.py
This commit is contained in:
parent
f364ce51c0
commit
b02bee01e5
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user