diff --git a/electrum/gui/qt/history_list.py b/electrum/gui/qt/history_list.py index d11c4514c7ce..8275d55124d0 100644 --- a/electrum/gui/qt/history_list.py +++ b/electrum/gui/qt/history_list.py @@ -188,6 +188,7 @@ def get_domain(self): '''Overridden in address_dialog.py''' return self.parent.wallet.get_addresses() + @profiler def refresh(self, reason: str): self.print_error(f"refreshing... reason: {reason}") assert self.parent.gui_thread == threading.current_thread(), 'must be called from GUI thread'