X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fntp.h;h=8cf3be649819ebea674fdc103b201ba2e3388830;hb=ddd1870fe180230d9f53aeba82c2d6af65803e52;hp=6ec9191f973449bc242562ad51a0b0f6d96e0c94;hpb=4ad19b65ee94035ec0b976e715d5ddb0ea778649;p=novacoin.git diff --git a/src/ntp.h b/src/ntp.h index 6ec9191..8cf3be6 100644 --- a/src/ntp.h +++ b/src/ntp.h @@ -2,7 +2,7 @@ int64_t NtpGetTime(CNetAddr& ip); // Get time from provided server. -int64_t NtpGetTime(std::string &strHostName); +int64_t NtpGetTime(const std::string &strHostName); extern std::string strTrustedUpstream;