enable changes of protocol, proxy at runtime
[electrum-nvc.git] / lib / __init__.py
index af172f1..9869bbc 100644 (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