From f4b95244c33f8422b05e9f1cfd16bb094ce02597 Mon Sep 17 00:00:00 2001 From: thomasv Date: Mon, 22 Oct 2012 15:17:43 +0200 Subject: [PATCH] typo: expected -> unexpected --- lib/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/interface.py b/lib/interface.py index f4e434d9..1a10861b 100644 --- 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':