From: CryptoManiac Date: Sun, 20 Sep 2015 17:28:13 +0000 (+0300) Subject: ;) X-Git-Tag: nvc-v0.5.4~22 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=6fbe2d997004b0e8030955dfcb885183e60ef247 ;) --- diff --git a/src/net.cpp b/src/net.cpp index 74edc1d..992d09e 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -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;