From: svost Date: Sun, 4 Oct 2015 18:45:26 +0000 (+0300) Subject: Update ntp.h X-Git-Tag: nvc-v0.5.5~55^2~1 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=ddd1870fe180230d9f53aeba82c2d6af65803e52;hp=e1fc548ff893f35d24565b381eca454ba6319ef4 Update ntp.h --- 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;