# MutantHub mutant #2155: Logical operator mutation at txgraph.cpp:3269
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:3269-3269
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -3269,1 +3269,1 @@
-        if (chunk_data.m_chunk_count == LinearizationIndex(-1) || chunk_data.m_chunk_count == 1)  {
+        if (chunk_data.m_chunk_count == LinearizationIndex(-1) && chunk_data.m_chunk_count == 1)  {
