Merge pull request #151 from cubedro/develop

Fixed timeEnd
This commit is contained in:
Marian OANCΞA 2015-05-28 13:37:26 +03:00
commit 92cf7bd58b

View File

@ -368,7 +368,7 @@ Node.prototype.getLatestBlock = function ()
Node.prototype.validateLatestBlock = function (error, result, timeString) Node.prototype.validateLatestBlock = function (error, result, timeString)
{ {
console.time('==>', timeString); console.timeEnd('==>', timeString);
if( error ) if( error )
{ {