# MutantHub mutant #1922: Logical operator mutation at script.cpp:381
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:381-381
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -381,1 +381,1 @@
-    } else if (data.size() == 1 && data[0] == 0x81) {
+    } else if (data.size() == 1 || data[0] == 0x81) {
