From 5110c99d9d976b48cacece7394e6d54170b4265d Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 5 May 2012 14:51:57 +0200 Subject: [PATCH] fix: update receive tab because it displays address balances --- gui_qt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui_qt.py b/gui_qt.py index f1a155c0..1f8ced7e 100644 --- a/gui_qt.py +++ b/gui_qt.py @@ -969,6 +969,7 @@ class ElectrumWindow(QMainWindow): if self.wallet.num_zeros != nz: self.wallet.num_zeros = nz self.update_history_tab() + self.update_receive_tab() self.wallet.save() @staticmethod