1
0

separate address synchronizer from wallet

This commit is contained in:
ThomasV
2018-07-18 11:18:57 +02:00
parent 69dc762a5a
commit e3888752d6
7 changed files with 509 additions and 481 deletions

View File

@@ -1,6 +1,6 @@
from .version import ELECTRUM_VERSION
from .util import format_satoshis, print_msg, print_error, set_verbosity
from .wallet import Synchronizer, Wallet
from .wallet import Wallet
from .storage import WalletStorage
from .coinchooser import COIN_CHOOSERS
from .network import Network, pick_random_server