diff --git a/lib/bcoin/timedata.js b/lib/bcoin/timedata.js index 785bcf33..166808cd 100644 --- a/lib/bcoin/timedata.js +++ b/lib/bcoin/timedata.js @@ -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!'); } } }