# MutantHub mutant #1974: Relational operator mutation at txgraph.cpp:1097
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:1097-1097
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -1097,1 +1097,1 @@
-        for (unsigned chunk_idx = 0; chunk_idx < chunking.size(); ++chunk_idx) {
+        for (unsigned chunk_idx = 0; chunk_idx > chunking.size(); ++chunk_idx) {
