# MutantHub mutant #173: Relational operator mutation at merkle.cpp:50
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/consensus/merkle.cpp:50-50
# Review: APPROVED; outcome: KILLED
--- a/src/consensus/merkle.cpp
+++ b/src/consensus/merkle.cpp
@@ -50,1 +50,1 @@
-            for (size_t pos = 0; pos + 1 < hashes.size(); pos += 2) {
+            for (size_t pos = 0; pos + 1 > hashes.size(); pos += 2) {
