# MutantHub mutant #1466: Relational operator mutation at interpreter.cpp:995
# Repository: bitcoin/bitcoin @ 05e49b342faa1412266951429c135e9f5daa30c2
# File: src/script/interpreter.cpp:995-995
# Review: APPROVED; outcome: KILLED
--- a/src/script/interpreter.cpp
+++ b/src/script/interpreter.cpp
@@ -995,1 +995,1 @@
-                    case OP_MAX:                 bn = (bn1 > bn2 ? bn1 : bn2); break;
+                    case OP_MAX:                 bn = (bn1 <= bn2 ? bn1 : bn2); break;
