From 6eb571ea498ed7b854934785f00fabfd0dadf75b Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 27 Sep 2024 12:27:23 +0200 Subject: fix coin control drop xmruw ci for the time being --- patches/monero/0018-fix-coin-control-patch.patch | 30 ++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 patches/monero/0018-fix-coin-control-patch.patch (limited to 'patches/monero/0018-fix-coin-control-patch.patch') diff --git a/patches/monero/0018-fix-coin-control-patch.patch b/patches/monero/0018-fix-coin-control-patch.patch new file mode 100644 index 0000000..001a1c0 --- /dev/null +++ b/patches/monero/0018-fix-coin-control-patch.patch @@ -0,0 +1,30 @@ +From 3d99b4efb5a79d7c52d596c349de25d1ca34c264 Mon Sep 17 00:00:00 2001 +From: Czarek Nakamoto +Date: Fri, 27 Sep 2024 12:20:49 +0200 +Subject: [PATCH] fix coin control patch + +--- + src/wallet/api/wallet.cpp | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp +index 3ead385ec..ec7d60ec0 100644 +--- a/src/wallet/api/wallet.cpp ++++ b/src/wallet/api/wallet.cpp +@@ -2174,11 +2174,11 @@ PendingTransaction *WalletImpl::createTransactionMultDest(const std::vectorm_pending_tx = m_wallet->create_transactions_2(dsts, fake_outs_count, + adjusted_priority, +- extra, subaddr_account, subaddr_indices); ++ extra, subaddr_account, subaddr_indices, preferred_input_list); + } else { + transaction->m_pending_tx = m_wallet->create_transactions_all(0, info.address, info.is_subaddress, 1, fake_outs_count, + adjusted_priority, +- extra, subaddr_account, subaddr_indices); ++ extra, subaddr_account, subaddr_indices, preferred_input_list); + } + pendingTxPostProcess(transaction); + +-- +2.39.5 (Apple Git-154) + -- cgit v1.2.3