Procházet zdrojové kódy

Always update timestamp.

Adam Ierymenko před 10 roky
rodič
revize
18ca6f34ff
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)