minor fix

This commit is contained in:
ThomasV 2017-01-04 11:49:23 +01:00
parent 2ef7974897
commit 0e32638765
1 changed files with 2 additions and 1 deletions

View File

@ -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()