Browse Source

fix minor undefined stuff in address_synchronizer

3.2.x
SomberNight 7 years ago
parent
commit
cc77ba523f
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 3
      electrum/address_synchronizer.py

3
electrum/address_synchronizer.py

@ -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…
Cancel
Save