mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
qt history tab: fix shortcut in HistoryModel.refresh()
This commit is contained in:
parent
b95525896f
commit
25d4a40d6e
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ class HistoryModel(CustomModel, Logger):
|
|||
self.parent.fx,
|
||||
onchain_domain=self.get_domain(),
|
||||
include_lightning=self.should_include_lightning_payments())
|
||||
if transactions == list(self.transactions.values()):
|
||||
if transactions == self.transactions:
|
||||
return
|
||||
old_length = self._root.childCount()
|
||||
if old_length != 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue