1
0

rename spv class, use own print_error

This commit is contained in:
ThomasV
2015-03-14 09:20:27 +01:00
parent 5918bac5cb
commit 5b8588ee90
3 changed files with 8 additions and 9 deletions

View File

@@ -2,7 +2,6 @@ from version import ELECTRUM_VERSION
from util import format_satoshis, print_msg, print_json, print_error, set_verbosity
from wallet import WalletSynchronizer, WalletStorage
from wallet import Wallet, Wallet_2of2, Wallet_2of3, Imported_Wallet
from verifier import TxVerifier
from network import Network, DEFAULT_SERVERS, DEFAULT_PORTS, pick_random_server
from interface import Interface
from simple_config import SimpleConfig, get_config, set_config