Browse Source

typo: expected -> unexpected

283
thomasv 12 years ago
parent
commit
f4b95244c3
  1. 2
      lib/interface.py

2
lib/interface.py

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

Loading…
Cancel
Save