1
0

enable changes of protocol, proxy at runtime

This commit is contained in:
ThomasV
2013-10-05 13:48:02 +02:00
parent 1b4f26195b
commit 45b111e14c
3 changed files with 21 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ from util import format_satoshis, print_msg, print_json, print_error, set_verbos
from wallet import WalletSynchronizer, WalletStorage
from wallet_factory import WalletFactory as Wallet
from verifier import TxVerifier
from network import Network, DEFAULT_SERVERS, DEFAULT_PORTS, pick_random_server
from network import Network, DEFAULT_SERVERS, DEFAULT_PORTS
from interface import Interface
from simple_config import SimpleConfig
import bitcoin