mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
synchronizer: rm redundant 'updated' notification
This commit is contained in:
parent
6f5a4a5502
commit
2453872a09
1 changed files with 0 additions and 2 deletions
|
@ -102,8 +102,6 @@ class Synchronizer(PrintError):
|
|||
# Remove request; this allows up_to_date to be True
|
||||
self.requested_histories.pop(addr)
|
||||
|
||||
if self.wallet.network: self.wallet.network.notify('updated')
|
||||
|
||||
async def request_missing_txs(self, hist):
|
||||
# "hist" is a list of [tx_hash, tx_height] lists
|
||||
transaction_hashes = []
|
||||
|
|
Loading…
Add table
Reference in a new issue