# MutantHub mutant #2332: Relational operator mutation at coinselection.cpp:835
# Repository: bitcoin/bitcoin @ d1d85263f8ebb47ad4d6126ff992d4915dda026b
# File: src/wallet/coinselection.cpp:835-835
# Review: APPROVED; outcome: SURVIVED
--- a/src/wallet/coinselection.cpp
+++ b/src/wallet/coinselection.cpp
@@ -835,1 +835,1 @@
-    coin.long_term_fee = coin.input_bytes < 0 ? 0 : m_long_term_feerate.GetFee(coin.input_bytes);
+    coin.long_term_fee = coin.input_bytes <= 0 ? 0 : m_long_term_feerate.GetFee(coin.input_bytes);
