mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix minor undefined stuff in address_synchronizer
This commit is contained in:
parent
1fb0b6d7bd
commit
cc77ba523f
1 changed files with 2 additions and 1 deletions
|
@ -27,10 +27,11 @@ from collections import defaultdict
|
|||
|
||||
from . import bitcoin
|
||||
from .bitcoin import COINBASE_MATURITY, TYPE_ADDRESS, TYPE_PUBKEY
|
||||
from .util import PrintError, profiler
|
||||
from .util import PrintError, profiler, bfh
|
||||
from .transaction import Transaction
|
||||
from .synchronizer import Synchronizer
|
||||
from .verifier import SPV
|
||||
from .i18n import _
|
||||
|
||||
TX_HEIGHT_LOCAL = -2
|
||||
TX_HEIGHT_UNCONF_PARENT = -1
|
||||
|
|
Loading…
Add table
Reference in a new issue