From 916fc0d791206f585538f499425f407fdab94464 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 9 Jan 2017 17:01:25 +0100 Subject: [PATCH] show addresses and utxos before wallet is synchronized --- gui/qt/main_window.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 4078d95f..b730e727 100644 --- 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()