typo: expected -> unexpected

This commit is contained in:
thomasv 2012-10-22 15:17:43 +02:00
parent a4d17d3cb9
commit f4b95244c3
1 changed files with 1 additions and 1 deletions

View File

@ -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':