;)
authorCryptoManiac <balthazar@yandex.ru>
Sun, 20 Sep 2015 17:28:13 +0000 (20:28 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Sun, 20 Sep 2015 17:28:13 +0000 (20:28 +0300)
src/net.cpp

index 74edc1d..992d09e 100644 (file)
@@ -478,8 +478,7 @@ void CNode::Cleanup()
 
 void CNode::PushVersion()
 {
-    /// when NTP implemented, change to just nTime = GetAdjustedTime()
-    int64_t nTime = (fInbound ? GetAdjustedTime() : GetTime());
+    int64_t nTime = GetAdjustedTime();
     CAddress addrYou, addrMe;
 
     bool fHidden = false;