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