# MutantHub mutant #181: Relational operator mutation at merkle.cpp:108
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/consensus/merkle.cpp:108-108
# Review: APPROVED; outcome: KILLED
--- a/src/consensus/merkle.cpp
+++ b/src/consensus/merkle.cpp
@@ -108,1 +108,1 @@
-        bool matchh = count == leaf_pos;
+        bool matchh = count != leaf_pos;
