fixed build on Linux after background-sync patch applied and broke it!

This commit is contained in:
Some Random Crypto Guy
2025-03-17 11:43:49 +00:00
parent f087b3807b
commit 1f49c178ee

View File

@@ -14779,7 +14779,7 @@ void wallet2::process_background_cache(const background_sync_data_t &background_
{
MDEBUG("Processing background synced tx " << bgs_tx.first);
process_new_transaction(bgs_tx.first, bgs_tx.second.tx, bgs_tx.second.output_indices, bgs_tx.second.height, 0, bgs_tx.second.block_timestamp,
process_new_transaction(bgs_tx.first, bgs_tx.second.tx, bgs_tx.second.output_indices, bgs_tx.second.output_indices, bgs_tx.second.height, 0, bgs_tx.second.block_timestamp,
cryptonote::is_coinbase(bgs_tx.second.tx), false/*pool*/, bgs_tx.second.double_spend_seen, {}, {}, true/*ignore_callbacks*/);
// Re-set destination addresses if they were previously set