From 125e64f11f2201deaf2c291a586211a4410da57a Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 12 Apr 2024 11:13:43 +0200 Subject: update patches update readme --- ...api-compilation-target-https-git.wownero..patch | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 patches/wownero/0001-Fix-wallet_api-compilation-target-https-git.wownero..patch (limited to 'patches/wownero/0001-Fix-wallet_api-compilation-target-https-git.wownero..patch') diff --git a/patches/wownero/0001-Fix-wallet_api-compilation-target-https-git.wownero..patch b/patches/wownero/0001-Fix-wallet_api-compilation-target-https-git.wownero..patch new file mode 100644 index 0000000..6a6c697 --- /dev/null +++ b/patches/wownero/0001-Fix-wallet_api-compilation-target-https-git.wownero..patch @@ -0,0 +1,31 @@ +From f0f386f43d6fc998c93ecb12666688d85a4d6fca Mon Sep 17 00:00:00 2001 +From: Czarek Nakamoto +Date: Tue, 26 Mar 2024 06:55:38 +0100 +Subject: [PATCH 1/9] Fix wallet_api compilation target + https://git.wownero.com/wownero/wownero/issues/483 + +--- + 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 823f122c2..d81ddec93 100644 +--- a/src/wallet/api/wallet.cpp ++++ b/src/wallet/api/wallet.cpp +@@ -1773,11 +1773,11 @@ PendingTransaction *WalletImpl::createTransactionMultDest(const std::vectorm_pending_tx = m_wallet->create_transactions_2(dsts, fake_outs_count, 0 /* unlock_time */, + adjusted_priority, +- extra, subaddr_account, subaddr_indices, preferred_input_list); ++ extra, subaddr_account, subaddr_indices); + } else { + transaction->m_pending_tx = m_wallet->create_transactions_all(0, info.address, info.is_subaddress, 1, fake_outs_count, 0 /* unlock_time */, + adjusted_priority, +- extra, subaddr_account, subaddr_indices, preferred_input_list); ++ extra, subaddr_account, subaddr_indices); + } + pendingTxPostProcess(transaction); + +-- +2.44.0 + -- cgit v1.2.3