1
0

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:
ThomasV
2015-05-06 17:45:42 +02:00
4 changed files with 22 additions and 25 deletions

View File

@@ -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