commit f4b95244c33f8422b05e9f1cfd16bb094ce02597
parent a4d17d3cb992990fb402aab7fac8cb2c0f487b07
Author: thomasv <thomasv@gitorious>
Date: Mon, 22 Oct 2012 15:17:43 +0200
typo: expected -> unexpected
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/interface.py b/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':