# MutantHub mutant #2181: Relational operator mutation at asmap.cpp:93
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/util/asmap.cpp:93-93
# Review: APPROVED; outcome: KILLED
--- a/src/util/asmap.cpp
+++ b/src/util/asmap.cpp
@@ -93,1 +93,1 @@
-        if (bit_sizes_it + 1 != bit_sizes.end()) {  // Unless we're in the last class
+        if (bit_sizes_it + 1 == bit_sizes.end()) {  // Unless we're in the last class
