# MutantHub mutant #211: Relational operator mutation at tx_verify.cpp:173
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/consensus/tx_verify.cpp:173-173
# Review: APPROVED; outcome: KILLED
--- a/src/consensus/tx_verify.cpp
+++ b/src/consensus/tx_verify.cpp
@@ -173,1 +173,1 @@
-    for (unsigned int i = 0; i < tx.vin.size(); ++i) {
+    for (unsigned int i = 0; i > tx.vin.size(); ++i) {
