Browse Source
kivy: fix a race at startup
on_history (fx) races with load_wallet
regtest_lnd
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
1 deletions
-
electrum/gui/kivy/main_window.py
|
|
@ -180,6 +180,7 @@ class ElectrumWindow(App): |
|
|
|
|
|
|
|
def on_history(self, d): |
|
|
|
Logger.info("on_history") |
|
|
|
if self.wallet: |
|
|
|
self.wallet.clear_coin_price_cache() |
|
|
|
self._trigger_update_history() |
|
|
|
|
|
|
|