1
0

Improve text gui. Disable print_error when text gui is used.

This commit is contained in:
thomasv
2012-10-29 16:22:53 +01:00
parent cdb52c30d2
commit 5e28ccd09d
5 changed files with 68 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
from util import format_satoshis
from util import format_satoshis, print_error, set_verbosity
from wallet import Wallet, WalletSynchronizer
from verifier import WalletVerifier
from interface import Interface, pick_random_server, DEFAULT_SERVERS