1
0

simplify interface: use callbacks

This commit is contained in:
ThomasV
2013-09-12 08:41:27 +02:00
parent b363d81fc1
commit 907dca6eb9
8 changed files with 169 additions and 208 deletions

View File

@@ -3,8 +3,8 @@ 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
from interface import Interface, pick_random_server, DEFAULT_SERVERS
from network import Network, DEFAULT_SERVERS, DEFAULT_PORTS
from interface import Interface
from simple_config import SimpleConfig
import bitcoin
import account