# MutantHub mutant #158: Relational operator mutation at addrman.cpp:1117
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/addrman.cpp:1117-1117
# Review: APPROVED; outcome: KILLED
--- a/src/addrman.cpp
+++ b/src/addrman.cpp
@@ -1117,1 +1117,1 @@
-            if (vvTried[n][i] != -1) {
+            if (vvTried[n][i] == -1) {
