# MutantHub mutant #127: Relational operator mutation at addrman.cpp:932
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/addrman.cpp:932-932
# Review: APPROVED; outcome: SURVIVED
--- a/src/addrman.cpp
+++ b/src/addrman.cpp
@@ -932,1 +932,1 @@
-            } else if (vvTried[tried_bucket][tried_bucket_pos] != -1) { // The position in the tried bucket is not empty
+            } else if (vvTried[tried_bucket][tried_bucket_pos] == -1) { // The position in the tried bucket is not empty
