big refactoring of the interface
addition of the wallet verifier class for SPV
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user