electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 24676288a759ec4c0e3aeca0705357044c77f07c
parent faf09da2932cc3ec1e75afe115176bda9add44cb
Author: ThomasV <thomasv@electrum.org>
Date:   Sat,  5 Mar 2016 09:26:58 +0100

kivy: force address refresh in load_wallet

Diffstat:
Mgui/kivy/main_window.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/gui/kivy/main_window.py b/gui/kivy/main_window.py @@ -496,6 +496,8 @@ class ElectrumWindow(App): self.update_wallet() # Once GUI has been initialized check if we want to announce something # since the callback has been called before the GUI was initialized + if self.receive_screen: + self.receive_screen.screen.address = '' self.update_tabs() self.notify_transactions() run_hook('load_wallet', wallet, self)