Parcourir la source

Always update timestamp.

Adam Ierymenko il y a 10 ans
Parent
commit
18ca6f34ff
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      node/SelfAwareness.cpp

+ 1 - 1
node/SelfAwareness.cpp

@@ -124,7 +124,7 @@ void SelfAwareness::iam(const Address &reporter,const InetAddress &reporterPhysi
 				}
 			}
 		}
-	}
+	} else entry.ts = now;
 }
 
 void SelfAwareness::clean(uint64_t now)