# MutantHub mutant #192: Relational operator mutation at tx_check.cpp:49
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/consensus/tx_check.cpp:49-49
# Review: APPROVED; outcome: KILLED
--- a/src/consensus/tx_check.cpp
+++ b/src/consensus/tx_check.cpp
@@ -49,1 +49,1 @@
-        if (tx.vin[0].scriptSig.size() < 2 || tx.vin[0].scriptSig.size() > 100)
+        if (tx.vin[0].scriptSig.size() < 2 || tx.vin[0].scriptSig.size() < 100)
