From 5a3b1e983cbde537d4efcccbfa1b5d5314f3adcd Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 19 Feb 2017 09:31:54 +0000 Subject: [PATCH] wallet2: fix failure to send (relatedness check in wrong case) A relatedness check was meant to be done in the case of adding an extra output if just one was enough. This was mistakenly added to the "preferred output" case. --- src/wallet/wallet2.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index e7a175dc..65d4cb5c 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -4217,13 +4217,9 @@ std::vector wallet2::create_transactions_2(std::vector wallet2::create_transactions_2(std::vector