1
0

fix reference to verifier

This commit is contained in:
ThomasV
2014-03-11 09:38:08 +01:00
parent 9994bbc56f
commit 960e7bc3df
2 changed files with 3 additions and 3 deletions

View File

@@ -406,7 +406,7 @@ class Network(threading.Thread):
return self.blockchain.read_header(tx_height)
def get_local_height(self):
return self.blockchain.local_height
return self.blockchain.height()