1
0

workaround grouping bug with dummy values

This commit is contained in:
ThomasV
2025-02-13 10:54:46 +01:00
parent 5600e79edd
commit 6ddd0b95ca

View File

@@ -1408,6 +1408,10 @@ class Abstract_Wallet(ABC, Logger, EventListener):
'timestamp': 0,
'date': timestamp_to_datetime(0),
'fee_sat': 0,
# fixme: there is no guarantee that there will be an onchain tx in the group
'height': 0,
'confirmations': 0,
'txid': '----',
}
transactions[key] = parent
if 'bc_value' in tx_item: