1
0

rebrand this branch as 1.9.8

This commit is contained in:
ThomasV
2014-02-27 10:21:41 +01:00
parent 79309c9625
commit 638526712b
6 changed files with 78 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
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_factory import WalletFactory as Wallet
from wallet import Wallet
from verifier import TxVerifier
from network import Network, DEFAULT_SERVERS, DEFAULT_PORTS, pick_random_server
from interface import Interface