commit 1d517abf39b1c521d838ac1e1e0ea90e19db4bed
parent c2a42520655cbd8d652d4a3f40dd8df9ab2c61cf
Author: ThomasV <thomasv@gitorious>
Date: Fri, 8 May 2015 11:12:19 +0200
restore network_proxy.get_local_height
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/network_proxy.py b/lib/network_proxy.py
@@ -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