From 1f49c178ee19f55088c85be40215a12183b4ef02 Mon Sep 17 00:00:00 2001 From: Some Random Crypto Guy Date: Mon, 17 Mar 2025 11:43:49 +0000 Subject: [PATCH] fixed build on Linux after background-sync patch applied and broke it! --- src/wallet/wallet2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index d360975..04f98fa 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -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