1
0

big refactoring of the interface

addition of the wallet verifier class for SPV
This commit is contained in:
ThomasV
2012-10-21 02:57:31 +02:00
parent 1212982fec
commit 2da0c0b77e
9 changed files with 411 additions and 245 deletions

View File

@@ -1,4 +1,5 @@
from wallet import Wallet, format_satoshis
from interface import WalletSynchronizer, Interface, pick_random_server, DEFAULT_SERVERS
from util import format_satoshis
from wallet import Wallet, WalletSynchronizer, WalletVerifier
from interface import Interface, pick_random_server, DEFAULT_SERVERS
from simple_config import SimpleConfig
import bitcoin