1
0

fix error to create a wallet due to missing pick_random_server decl

This commit is contained in:
rofl0r
2013-09-18 16:55:19 +00:00
parent c6de3a429d
commit 854802122c
3 changed files with 4 additions and 5 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
from network import Network, DEFAULT_SERVERS, DEFAULT_PORTS, pick_random_server
from interface import Interface
from simple_config import SimpleConfig
import bitcoin