Use network to get local height

This commit is contained in:
Neil Booth 2015-09-11 14:03:44 +09:00
parent b5e0363f85
commit f30090a321
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class SPV(ThreadJob):
self.merkle_roots = {}
def run(self):
lh = self.wallet.get_local_height()
lh = self.network.get_local_height()
unverified = self.wallet.get_unverified_txs()
for tx_hash, tx_height in unverified.items():
# do not request merkle branch before headers are available