Merge pull request #1187 from kyuupichan/local_height
Move away from requiring network and blockchain objects to be able to re...
This commit is contained in:
@@ -562,4 +562,4 @@ class Network(util.DaemonThread):
|
||||
return self.blockchain.read_header(tx_height)
|
||||
|
||||
def get_local_height(self):
|
||||
return self.blockchain.height()
|
||||
return self.config.height
|
||||
|
||||
Reference in New Issue
Block a user