trestore network_proxy.get_local_height - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 1d517abf39b1c521d838ac1e1e0ea90e19db4bed DIR parent c2a42520655cbd8d652d4a3f40dd8df9ab2c61cf HTML Author: ThomasV <thomasv@gitorious> Date: Fri, 8 May 2015 11:12:19 +0200 restore network_proxy.get_local_height Diffstat: M lib/network_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/network_proxy.py b/lib/network_proxy.py t@@ -189,7 +189,7 @@ class NetworkProxy(util.DaemonThread): return self.synchronous_get([('network.get_header', [height])])[0] def get_local_height(self): - return self.config.height + return self.blockchain_height def get_server_height(self): return self.server_height