mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
minor fix
This commit is contained in:
parent
2ef7974897
commit
0e32638765
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue