1
0

revert 175bfae9e6. store last known height in wallet instead

This commit is contained in:
ThomasV
2015-05-08 13:43:42 +02:00
parent 1d517abf39
commit 233fd8ed77
4 changed files with 27 additions and 30 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.config.height
return self.blockchain.height()