fix: update receive tab because it displays address balances
This commit is contained in:
@@ -969,6 +969,7 @@ class ElectrumWindow(QMainWindow):
|
|||||||
if self.wallet.num_zeros != nz:
|
if self.wallet.num_zeros != nz:
|
||||||
self.wallet.num_zeros = nz
|
self.wallet.num_zeros = nz
|
||||||
self.update_history_tab()
|
self.update_history_tab()
|
||||||
|
self.update_receive_tab()
|
||||||
self.wallet.save()
|
self.wallet.save()
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user