tfix - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit e8b14c35c3e8e15a280580c2d0c0ef58a0bc3fbd
DIR parent d1f99d1d40ab63b1bad215ae8a7edf6cdd7b987d
HTML Author: ThomasV <thomasv@gitorious>
Date: Tue, 20 Mar 2012 11:09:14 +0300
fix
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@@ -447,7 +447,7 @@ def do_command(cmd, data, ipaddr):
out = repr( store.get_history( address ) )
elif cmd == 'load':
- out = cmd_load(data)
+ out = cmd_load(None,None,data)
elif cmd =='tx':
out = send_tx(data)