mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
don't show change addresses in list
This commit is contained in:
parent
65bffcb09f
commit
a0d86982b1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class ReceivingWidget(QTreeWidget):
|
|||
|
||||
def update_list(self):
|
||||
self.clear()
|
||||
addresses = self.owner.actuator.wallet.addresses()
|
||||
addresses = self.owner.actuator.wallet.addresses(False)
|
||||
for address in addresses:
|
||||
history = self.owner.actuator.wallet.history.get(address,[])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue