ttypo: expected -> unexpected - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit f4b95244c33f8422b05e9f1cfd16bb094ce02597
DIR parent a4d17d3cb992990fb402aab7fac8cb2c0f487b07
HTML Author: thomasv <thomasv@gitorious>
Date: Mon, 22 Oct 2012 15:17:43 +0200
ttypo: expected -> unexpected
Diffstat:
M lib/interface.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/lib/interface.py b/lib/interface.py
t@@ -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':