1
0

wallet: towards restoring previous performance

This commit is contained in:
SomberNight
2019-03-01 16:57:19 +01:00
parent 8b2c586d30
commit 2ad73050b3
5 changed files with 18 additions and 17 deletions

View File

@@ -175,7 +175,7 @@ class Synchronizer(SynchronizerBase):
for tx_hash, tx_height in hist:
if tx_hash in self.requested_tx:
continue
if tx_hash in self.wallet.db.list_transactions():
if self.wallet.db.get_transaction(tx_hash):
continue
transaction_hashes.append(tx_hash)
self.requested_tx[tx_hash] = tx_height