From cf646e3afe89fccb6a5f7bded2eae499b8fb19df Mon Sep 17 00:00:00 2001 From: Paul Shapiro Date: Sun, 21 Oct 2018 12:43:31 -0500 Subject: [PATCH] wallet2/create_transactions_2: removed extraneous shuffle before sort of unused_*_indices_per_subaddr --- src/wallet/wallet2.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 6b3a8533e..04888d035 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -8404,12 +8404,8 @@ std::vector wallet2::create_transactions_2(std::vector>& x, const std::pair>& y) { return unlocked_balance_per_subaddr[x.first] > unlocked_balance_per_subaddr[y.first];