tshow addresses and utxos before wallet is synchronized - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 916fc0d791206f585538f499425f407fdab94464
DIR parent a043feebf2a39e4adfad1fa6d78b7369904bf0dc
HTML Author: ThomasV <thomasv@electrum.org>
Date: Mon, 9 Jan 2017 17:01:25 +0100
show addresses and utxos before wallet is synchronized
Diffstat:
M gui/qt/main_window.py | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
t@@ -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()