X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fntp.cpp;h=d66f3bbd63e6b88c9e32dc91e88e0c9891d04209;hb=576f3bde12e58e1b1a3c429955bcd7b92860169a;hp=527a02c36bad8b0ad9c4ae4b11fd56f2c64e93e4;hpb=46114a02f269225895856f24fd51a0c8780e2bc5;p=novacoin.git diff --git a/src/ntp.cpp b/src/ntp.cpp index 527a02c..d66f3bb 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");