# MutantHub mutant #1485: Logical operator mutation at interpreter.cpp:1042
# Repository: bitcoin/bitcoin @ 05e49b342faa1412266951429c135e9f5daa30c2
# File: src/script/interpreter.cpp:1042-1042
# Review: APPROVED; outcome: KILLED
--- a/src/script/interpreter.cpp
+++ b/src/script/interpreter.cpp
@@ -1042,1 +1042,1 @@
-                    valtype vchHash((opcode == OP_RIPEMD160 || opcode == OP_SHA1 || opcode == OP_HASH160) ? 20 : 32);
+                    valtype vchHash((opcode == OP_RIPEMD160 && opcode == OP_SHA1 || opcode == OP_HASH160) ? 20 : 32);
