1
0

subscribe to / verify headers

This commit is contained in:
thomasv
2012-10-25 15:40:30 +02:00
parent b3b31fdc07
commit f91dde55dd
2 changed files with 89 additions and 26 deletions

View File

@@ -97,6 +97,10 @@ class Interface(threading.Thread):
result = params[0]
params = []
elif method == 'blockchain.headers.subscribe':
result = params[0]
params = []
elif method == 'blockchain.address.subscribe':
addr = params[0]
result = params[1]