From 632c22d3f69111b1d039bf2fc2f10cfea28e02d3 Mon Sep 17 00:00:00 2001 From: Zomnut Date: Mon, 7 Oct 2013 11:21:50 -0400 Subject: [PATCH] Fix command line create/restore --- lib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/__init__.py b/lib/__init__.py index 9869bbca..af172f1f 100644 --- a/lib/__init__.py +++ b/lib/__init__.py @@ -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 +from network import Network, DEFAULT_SERVERS, DEFAULT_PORTS, pick_random_server from interface import Interface from simple_config import SimpleConfig import bitcoin