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
|
@ -1,7 +1,7 @@ |
|
|
from os import getenv |
|
|
from os import getenv |
|
|
import os |
|
|
import os |
|
|
import base64 |
|
|
import base64 |
|
|
import lnd_grpc # https://github.com/willcl-ark/lnd_grpc/blob/master/lnd_grpc/lightning.py |
|
|
import lnd_grpc # https://github.com/willcl-ark/lnd_grpc |
|
|
from .base import InvoiceResponse, PaymentResponse, PaymentStatus, Wallet |
|
|
from .base import InvoiceResponse, PaymentResponse, PaymentStatus, Wallet |
|
|
|
|
|
|
|
|
|
|
|
|
|
|