1
0

history_list: if transactions == self.transactions can never hold

We add ['balance'] to all root entries, this never holds even if the
transaction sets themselves are the same
This commit is contained in:
наб
2025-06-16 20:17:22 +02:00
parent 8da694c9c3
commit 5b39e305f6

View File

@@ -302,8 +302,6 @@ class HistoryModel(CustomModel, Logger):
include_lightning=self.should_include_lightning_payments(),
include_fiat=self.should_show_fiat(),
)
if transactions == self.transactions:
return
old_length = self._root.childCount()
if old_length != 0:
self.beginRemoveRows(QModelIndex(), 0, old_length)