# MutantHub mutant #130: Relational operator mutation at addrman.cpp:946
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/addrman.cpp:946-946
# Review: APPROVED; outcome: KILLED
--- a/src/addrman.cpp
+++ b/src/addrman.cpp
@@ -946,1 +946,1 @@
-                    if (current_time - info_old.m_last_try > 60s) {
+                    if (current_time - info_old.m_last_try < 60s) {
