Browse Source
synchronizer: rm redundant 'updated' notification
3.3.3.1
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
0 additions and
2 deletions
-
electrum/synchronizer.py
|
|
@ -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 = [] |
|
|
|