tFix typo. - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 2ee506ac03df6744b37349ae901128d687b443a5 DIR parent 768adfb337c1c67f900c0a5c6e2ceeaaec59122f HTML Author: Neil Booth <kyuupichan@gmail.com> Date: Mon, 31 Aug 2015 14:05:38 +0900 Fix typo. Diffstat: M lib/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/network.py b/lib/network.py t@@ -367,7 +367,7 @@ class Network(util.DaemonThread): self.config.set_key("proxy", proxy_str, False) self.config.set_key("server", server, True) # abort if changes were not allowed by config - if self.config.get('server') != server_str or self.config.get('proxy') != proxy_str: + if self.config.get('server') != server or self.config.get('proxy') != proxy_str: return self.auto_connect = auto_connect