diff --git a/electrum/gui/qt/utxo_list.py b/electrum/gui/qt/utxo_list.py index 7063f17cf..257abf571 100644 --- a/electrum/gui/qt/utxo_list.py +++ b/electrum/gui/qt/utxo_list.py @@ -71,8 +71,7 @@ class UTXOList(MyTreeView): self.update() def update(self): - if self.maybe_defer_update(): - return + # not calling maybe_defer_update() as it interferes with coincontrol status bar utxos = self.wallet.get_utxos() self._maybe_reset_spend_list(utxos) self._utxo_dict = {}