Skip to content

Commit 1ddf6b8

Browse files
committed
2 parents da6e011 + 923d718 commit 1ddf6b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2323
- Fix freeze when clicking on the "Amount" field under Send Coins when using
2424
KDE, #210.
2525
- Fix OSX build issues, #174 (@coagmano).
26-
26+
- Possible fix for invalid time check in diagnostic.

contrib/Installer/boinc/boinc/GRCDiagnostics.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Public Class GRCDiagnostics
77
Public Function GetNISTDateTime() As DateTime
88
Try
99

10-
Dim sNISTHOST As String = "time-nw.nist.gov" 'Atomic Clock Time Server in UTC
10+
Dim sNISTHOST As String = "pool.ntp.org" 'Atomic Clock Time Server in UTC
1111
Dim client = New TcpClient(sNISTHOST, 13)
1212
Dim localDateTime As DateTime
1313

0 commit comments

Comments
 (0)