diff --git a/electrum/synchronizer.py b/electrum/synchronizer.py index a74961a31..701d0e093 100644 --- a/electrum/synchronizer.py +++ b/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 = []