tfix - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 29671f55b689c17984c5375e49b695223eea990b
DIR parent 86d463123020afa6cfb08a1cb66286aebad2e898
HTML Author: thomasv <thomasv@gitorious>
Date: Fri, 12 Oct 2012 18:44:30 +0200
fix
Diffstat:
M lib/gui_lite.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/lib/gui_lite.py b/lib/gui_lite.py
t@@ -658,7 +658,7 @@ class MiniActuator:
server_line = "%s:%s:%s" % (server_name, port, protocol)
# Should this have exception handling?
- self.wallet.set_server(server_line, self.config.get(["proxy"]))
+ self.wallet.interface.set_server(server_line, self.wallet.config.get("proxy"))
def copy_address(self, receive_popup):
"""Copy the wallet addresses into the client."""