Fixed pre-scanning for AUDIT TXs

This commit is contained in:
Some Random Crypto Guy
2025-07-14 14:25:28 +01:00
parent 7dd5450419
commit 2909fd2505

View File

@@ -2583,7 +2583,7 @@ void wallet2::process_new_scanned_transaction(
enote_scan_info->subaddr_index->index.major, enote_scan_info->subaddr_index->index.minor};
// Only count >0 amount outs
if (enote_scan_info->amount > 0)
//if (enote_scan_info->amount > 0)
{
tx_money_got_in_outs[subaddr_index_cn][enote_scan_info->asset_type] += extra_received_money;
tx_amounts_individual_outs[subaddr_index_cn].push_back(std::make_tuple(extra_received_money, onetime_address));