synchronizer: rm redundant 'updated' notification
This commit is contained in:
parent
6f5a4a5502
commit
2453872a09
@ -102,8 +102,6 @@ class Synchronizer(PrintError):
|
|||||||
# Remove request; this allows up_to_date to be True
|
# Remove request; this allows up_to_date to be True
|
||||||
self.requested_histories.pop(addr)
|
self.requested_histories.pop(addr)
|
||||||
|
|
||||||
if self.wallet.network: self.wallet.network.notify('updated')
|
|
||||||
|
|
||||||
async def request_missing_txs(self, hist):
|
async def request_missing_txs(self, hist):
|
||||||
# "hist" is a list of [tx_hash, tx_height] lists
|
# "hist" is a list of [tx_hash, tx_height] lists
|
||||||
transaction_hashes = []
|
transaction_hashes = []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user