# MutantHub mutant #1014: Conditional operator mutation at interpreter.cpp:84
# Repository: bitcoin/bitcoin @ 05e49b342faa1412266951429c135e9f5daa30c2
# File: src/script/interpreter.cpp:84-84
# Review: APPROVED; outcome: SURVIVED
--- a/src/script/interpreter.cpp
+++ b/src/script/interpreter.cpp
@@ -84,1 +84,1 @@
-    } else if (vchPubKey[0] == 0x02 || vchPubKey[0] == 0x03) {
+    } else if (1==1) {
