diff --git a/lib/network_proxy.py b/lib/network_proxy.py index f3b6c7426..a5f5af76c 100644 --- 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