fix timedata.
This commit is contained in:
parent
efe04e528a
commit
4af0372ca8
@ -82,10 +82,10 @@ TimeData.prototype.add = function add(host, time) {
|
||||
match = true;
|
||||
break;
|
||||
}
|
||||
if (!match) {
|
||||
this._checked = true;
|
||||
bcoin.debug('Please make sure your system clock is correct!');
|
||||
}
|
||||
}
|
||||
if (!match) {
|
||||
this._checked = true;
|
||||
bcoin.debug('Please make sure your system clock is correct!');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user