qt history tab: fix shortcut in HistoryModel.refresh()

This commit is contained in:
SomberNight
2020-10-25 06:55:10 +01:00
parent b95525896f
commit 25d4a40d6e

View File

@@ -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: