Additional randomization of NTP requests. Also add timestamping information to output...
[novacoin.git] / src / util.cpp
index 63c684b..7e0f662 100644 (file)
@@ -1326,6 +1326,11 @@ int64_t GetTimeOffset()
     return 0;
 }
 
+int64_t GetNodesOffset()
+{
+        return nNodesOffset;
+}
+
 int64_t GetAdjustedTime()
 {
     return GetTime() + GetTimeOffset();