Browse Source

synchronizer: rm redundant 'updated' notification

3.3.3.1
SomberNight 6 years ago
parent
commit
2453872a09
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/synchronizer.py

2
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 = []

Loading…
Cancel
Save