diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index b96bd6ef..007dc0ed 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -2620,7 +2620,8 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): self.fx.set_history_config(checked) self.history_list.refresh_headers() if self.fx.is_enabled() and checked: - self.fx.get_historical_rates() + # reset timeout to get historical rates + self.fx.timeout = 0 update_currencies() update_history_cb()