fix minor undefined stuff in address_synchronizer

This commit is contained in:
SomberNight 2018-07-19 13:47:49 +02:00
parent 1fb0b6d7bd
commit cc77ba523f
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -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