# MutantHub mutant #184: Relational operator mutation at merkle.cpp:117
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/consensus/merkle.cpp:117-117
# Review: APPROVED; outcome: KILLED
--- a/src/consensus/merkle.cpp
+++ b/src/consensus/merkle.cpp
@@ -117,1 +117,1 @@
-            } else if (matchlevel == level) {
+            } else if (matchlevel != level) {
