mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix: update receive tab because it displays address balances
This commit is contained in:
parent
471fbe27ec
commit
5110c99d9d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue