1
0

follow-up prev: add explanation

This commit is contained in:
SomberNight
2025-06-30 14:05:21 +00:00
parent 1c014a7c85
commit 60bb425ed6

View File

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