restore network_proxy.get_local_height
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user