1
0

Import WalletFactory instead of Wallet

WalletFactory and WalletBitkey classes
--usb parameter enables experimental support for bitkey protocol
This commit is contained in:
slush
2013-01-07 16:03:03 +00:00
parent d0723775f3
commit cf5661046b
4 changed files with 42 additions and 1 deletions

View File

@@ -1,7 +1,8 @@
from version import ELECTRUM_VERSION
from util import format_satoshis, print_msg, print_error, set_verbosity
from i18n import set_language
from wallet import Wallet, WalletSynchronizer
from wallet import WalletSynchronizer
from wallet_factory import WalletFactory as Wallet
from verifier import WalletVerifier
from interface import Interface, pick_random_server, DEFAULT_SERVERS
from simple_config import SimpleConfig