commit 916fc0d791206f585538f499425f407fdab94464
parent a043feebf2a39e4adfad1fa6d78b7369904bf0dc
Author: ThomasV <thomasv@electrum.org>
Date: Mon, 9 Jan 2017 17:01:25 +0100
show addresses and utxos before wallet is synchronized
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
@@ -303,6 +303,8 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
self.update_recently_visited(wallet.storage.path)
# address used to create a dummy transaction and estimate transaction fee
self.history_list.update()
+ self.address_list.update()
+ self.utxo_list.update()
self.need_update.set()
# Once GUI has been initialized check if we want to announce something since the callback has been called before the GUI was initialized
self.notify_transactions()