typo: expected -> unexpected
This commit is contained in:
@@ -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':
|
||||||
|
|||||||
Reference in New Issue
Block a user