# MutantHub mutant #210: Conditional operator mutation at tx_verify.cpp:150
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/consensus/tx_verify.cpp:150-150
# Review: APPROVED; outcome: KILLED
--- a/src/consensus/tx_verify.cpp
+++ b/src/consensus/tx_verify.cpp
@@ -150,1 +150,1 @@
-    if (flags & SCRIPT_VERIFY_P2SH) {
+    if (1==1) {
