mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
lnworker: add missing import
This commit is contained in:
parent
cef3a30c5a
commit
c8dc17012f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import dns.exception
|
|||
|
||||
from . import constants
|
||||
from .bitcoin import sha256, COIN
|
||||
from .util import bh2u, bfh, PrintError, InvoiceError, resolve_dns_srv
|
||||
from .util import bh2u, bfh, PrintError, InvoiceError, resolve_dns_srv, is_ip_address
|
||||
from .lnbase import Peer, privkey_to_pubkey, aiosafe
|
||||
from .lnaddr import lnencode, LnAddr, lndecode
|
||||
from .ecc import der_sig_from_sig_string
|
||||
|
|
Loading…
Add table
Reference in a new issue