X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fntp.cpp;h=64fd46c90b3a5df1deabc985b75edea858efbff4;hb=15e9a03687e99d6b1a7a90e56e69a37faa6bb9b8;hp=c4f9f55cf965885bfa61e2baf6727794c666c54a;hpb=cd7e570c1f74a1f1ab1590ecbb09bd3bfcb363ea;p=novacoin.git diff --git a/src/ntp.cpp b/src/ntp.cpp index c4f9f55..64fd46c 100644 --- a/src/ntp.cpp +++ b/src/ntp.cpp @@ -445,7 +445,7 @@ int64_t GetNtpOffset() { } void ThreadNtpSamples(void* parg) { - const int64_t nMaxOffset = 86400; // Not a real limit, just sanity threshold. + const int64_t nMaxOffset = nOneDay; // Not a real limit, just sanity threshold. printf("Trying to find NTP server at localhost...\n");