Browse Source

fix: update receive tab because it displays address balances

283
ThomasV 13 years ago
parent
commit
5110c99d9d
  1. 1
      gui_qt.py

1
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

Loading…
Cancel
Save