1
0

Fix scripts/peers

Needed an almost complete rewrite now we use select.
This commit is contained in:
Neil Booth
2015-08-31 17:44:50 +09:00
parent 748662dede
commit 2a1b717a21
2 changed files with 70 additions and 60 deletions

View File

@@ -3,7 +3,7 @@ from util import format_satoshis, print_msg, print_json, print_error, set_verbos
from wallet import Synchronizer, WalletStorage
from wallet import Wallet, Imported_Wallet
from network import Network, DEFAULT_SERVERS, DEFAULT_PORTS, pick_random_server
from interface import Interface
from interface import Connection, Interface
from simple_config import SimpleConfig, get_config, set_config
import bitcoin
import account