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