tfix: varname - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit fb43d8526b55e8d212eb21abe102a0f67ff88bb3
DIR parent f77c922cfccdedc4504bffea5fdba5b2dd182211
HTML Author: ThomasV <thomasv@gitorious>
Date: Sun, 15 Jan 2012 07:44:28 +0300
fix: varname
Diffstat:
M server/server.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/server/server.py b/server/server.py
t@@ -552,7 +552,7 @@ def do_command(cmd, data, ipaddr):
out = cmd_load(data)
elif cmd =='tx':
- r = send_tx(data)
+ out = send_tx(data)
print "sent tx:", out
elif cmd == 'stop':