|
@ -103,7 +103,7 @@ class Interface(threading.Thread): |
|
|
if (method, params) in v: |
|
|
if (method, params) in v: |
|
|
channel = k |
|
|
channel = k |
|
|
else: |
|
|
else: |
|
|
print "received expected notification", method, params |
|
|
print "received unexpected notification", method, params |
|
|
return |
|
|
return |
|
|
|
|
|
|
|
|
if method == 'blockchain.numblocks.subscribe': |
|
|
if method == 'blockchain.numblocks.subscribe': |
|
|