mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
bugfix
This commit is contained in:
parent
70e369dcbd
commit
8aba220403
1 changed files with 1 additions and 0 deletions
|
@ -663,6 +663,7 @@ class BitcoinGUI:
|
||||||
def update_receiving_tab(self):
|
def update_receiving_tab(self):
|
||||||
self.recv_list.clear()
|
self.recv_list.clear()
|
||||||
for address in self.wallet.addresses:
|
for address in self.wallet.addresses:
|
||||||
|
if self.wallet.is_change(address):continue
|
||||||
label = self.wallet.labels.get(address)
|
label = self.wallet.labels.get(address)
|
||||||
n = 0
|
n = 0
|
||||||
h = self.wallet.history.get(address)
|
h = self.wallet.history.get(address)
|
||||||
|
|
Loading…
Add table
Reference in a new issue