X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Finit.cpp;h=1eb28a5f6fb458388b0d2ec49eef679e44742d85;hp=4a9e19d1046d9fcee5d2cefaa17f8a48a305df8b;hb=b551b8a0a3084036528b348622e341bd43ef38e3;hpb=1d8129375a4d646abb5c49075d2b1f065d932680 diff --git a/src/init.cpp b/src/init.cpp index 4a9e19d..1eb28a5 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -8,7 +8,6 @@ #include "net.h" #include "init.h" #include "util.h" -#include "ntp.h" #include "ui_interface.h" #include "checkpoints.h" #include @@ -996,14 +995,6 @@ bool AppInit2() if (fServer) NewThread(ThreadRPCServer, NULL); - // ********************************************************* Step 12: NTP synchronization - - // Trusted NTP server, it's localhost by default. - strTrustedUpstream = GetArg("-ntp", "localhost"); - - // Start periodical NTP sampling thread - NewThread(ThreadNtpSamples, NULL); - // ********************************************************* Step 12: finished uiInterface.InitMessage(_("Done loading"));