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

@@ -8,7 +8,7 @@ i.send([('blockchain.numblocks.subscribe',[])])
while True:
try:
r = i.responses.get(True, 100000000000)
r = i.get_response()
except KeyboardInterrupt:
break
if r.get('method') == 'blockchain.numblocks.subscribe':