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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user