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

View file

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