# MutantHub mutant #1: Arithmetic operator mutation at addrman.cpp:71
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/addrman.cpp:71-71
# Review: APPROVED; outcome: KILLED
--- a/src/addrman.cpp
+++ b/src/addrman.cpp
@@ -71,1 +71,1 @@
-    if (now - m_last_try <= 1min) { // never remove things tried in the last minute
+    if (now + m_last_try <= 1min) { // never remove things tried in the last minute
