adb: do not notify GUI about already known transactions
This commit is contained in:
@@ -422,7 +422,7 @@ class AddressSynchronizer(Logger):
|
|||||||
tx = self.db.get_transaction(tx_hash)
|
tx = self.db.get_transaction(tx_hash)
|
||||||
if tx is None:
|
if tx is None:
|
||||||
continue
|
continue
|
||||||
self.add_transaction(tx, allow_unrelated=True)
|
self.add_transaction(tx, allow_unrelated=True, notify_GUI=False)
|
||||||
|
|
||||||
# Store fees
|
# Store fees
|
||||||
for tx_hash, fee_sat in tx_fees.items():
|
for tx_hash, fee_sat in tx_fees.items():
|
||||||
|
|||||||
Reference in New Issue
Block a user