# MutantHub mutant #2279: Arithmetic operator mutation at coinselection.cpp:531
# Repository: bitcoin/bitcoin @ d1d85263f8ebb47ad4d6126ff992d4915dda026b
# File: src/wallet/coinselection.cpp:531-531
# Review: APPROVED; outcome: KILLED
--- a/src/wallet/coinselection.cpp
+++ b/src/wallet/coinselection.cpp
@@ -531,1 +531,1 @@
-        } else if (!best_selection.empty() && curr_weight + int64_t{min_tail_weight[curr_tail]} * ((total_target - curr_amount + utxo_pool[curr_tail].GetSelectionAmount() - 1) / utxo_pool[curr_tail].GetSelectionAmount()) > best_selection_weight) {
+        } else if (!best_selection.empty() && curr_weight + int64_t{min_tail_weight[curr_tail]} * ((total_target - curr_amount + utxo_pool[curr_tail].GetSelectionAmount() - 1) * utxo_pool[curr_tail].GetSelectionAmount()) > best_selection_weight) {
