Arc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
from .base import InvoiceResponse, PaymentResponse, PaymentStatus, Wallet |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class LndWallet(Wallet): |
|
|
class LndWalletgrpc(Wallet): |
|
|
"""https://api.lightning.community/rest/index.html#lnd-rest-api-reference""" |
|
|
"""https://api.lightning.community/rest/index.html#lnd-rest-api-reference""" |
|
|
|
|
|
|
|
|
def __init__(self): |
|
|
def __init__(self): |
|
|