X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fntp.h;h=8cf3be649819ebea674fdc103b201ba2e3388830;hp=6ec9191f973449bc242562ad51a0b0f6d96e0c94;hb=ddd1870fe180230d9f53aeba82c2d6af65803e52;hpb=e1fc548ff893f35d24565b381eca454ba6319ef4 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;