# MutantHub mutant #129: Relational operator mutation at addrman.cpp:943
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/addrman.cpp:943-943
# Review: APPROVED; outcome: KILLED
--- a/src/addrman.cpp
+++ b/src/addrman.cpp
@@ -943,1 +943,1 @@
-                } else if (current_time - info_old.m_last_try < ADDRMAN_REPLACEMENT) { // attempted to connect and failed in last X hours
+                } else if (current_time - info_old.m_last_try > ADDRMAN_REPLACEMENT) { // attempted to connect and failed in last X hours
