URI: 
       tsynchronizer: rm redundant 'updated' notification - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 2453872a09722a48c0f8540a292e195177e95db6
   DIR parent 6f5a4a55026b070e0a6aa6cb31da2fa72e9134bd
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Sun, 16 Sep 2018 02:31:56 +0200
       
       synchronizer: rm redundant 'updated' notification
       
       Diffstat:
         M electrum/synchronizer.py            |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/electrum/synchronizer.py b/electrum/synchronizer.py
       t@@ -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 = []