From 60bb425ed60de381cf4b10287cacf9e04af92a4a Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 30 Jun 2025 14:05:21 +0000 Subject: [PATCH] follow-up prev: add explanation --- electrum/gui/qt/history_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qt/history_list.py b/electrum/gui/qt/history_list.py index 82119f2f8..4b1b661fb 100644 --- a/electrum/gui/qt/history_list.py +++ b/electrum/gui/qt/history_list.py @@ -318,7 +318,7 @@ class HistoryModel(CustomModel, Logger): balance += node._data['value'].value node._data['balance'] = Satoshis(balance) - # update tx_status_cache + # update tx_status_cache (before endInsertRows() triggers get_data_for_role() calls) self.tx_status_cache.clear() for txid, tx_item in transactions.items(): if not tx_item.get('lightning', False):