1
0

wizard: option to create multisig wallet manually

This commit is contained in:
ThomasV
2014-04-29 11:45:39 +02:00
parent ac4a522289
commit 5d68ce4f22
3 changed files with 55 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
from version import ELECTRUM_VERSION
from util import format_satoshis, print_msg, print_json, print_error, set_verbosity
from wallet import WalletSynchronizer, WalletStorage
from wallet import Wallet, Wallet_2of3
from wallet import Wallet, Wallet_2of2, Wallet_2of3
from verifier import TxVerifier
from network import Network, DEFAULT_SERVERS, DEFAULT_PORTS, pick_random_server
from interface import Interface