Browse Source

Update lndgrpc.py

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
d194ba5fe1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lnbits/wallets/lndgrpc.py

2
lnbits/wallets/lndgrpc.py

@ -1,7 +1,7 @@
from os import getenv
import os
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

Loading…
Cancel
Save