diff --git a/electrum/address_synchronizer.py b/electrum/address_synchronizer.py index 406f98c03..63935aaf0 100644 --- a/electrum/address_synchronizer.py +++ b/electrum/address_synchronizer.py @@ -458,6 +458,7 @@ class AddressSynchronizer(Logger): with self.transaction_lock: self.db.clear_history() self._history_local.clear() + self._get_addr_balance_cache = {} # invalidate cache def get_txpos(self, tx_hash): """Returns (height, txpos) tuple, even if the tx is unverified."""