tfix - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 29072ef1ad65ea4072af6b7fade1e54f24ec084b
DIR parent cb1a0f27def6232b5ff01b2ac9a1636dd19df03f
HTML Author: ThomasV <thomasv@gitorious>
Date: Wed, 28 Mar 2012 00:03:05 +0200
fix
Diffstat:
M client/interface.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/client/interface.py b/client/interface.py
t@@ -53,10 +53,10 @@ class Interface:
msg_id = c.get('id')
result = c.get('result')
error = c.get('error')
+ params = c.get('params',[])
try:
method = c['method']
- params = c['params']
except:
print "error"
return