diff --git a/src/wallet/coinselection.cpp b/src/wallet/coinselection.cpp index cee558088f..6e6d7e053b 100644 --- a/src/wallet/coinselection.cpp +++ b/src/wallet/coinselection.cpp @@ -478,7 +478,6 @@ util::Result CoinGrinder(std::vector& utxo_pool, c // Neither adding to the current selection nor exploring the omission branch of the last selected UTXO can // find any solutions. Redirect to exploring the Omission branch of the penultimate selected UTXO (i.e. // set `next_utxo` to one after the penultimate selected, then deselect the last two selected UTXOs) - should_cut = false; deselect_last(); should_shift = true; }