fixed timeEnd

This commit is contained in:
cubedro 2015-05-28 13:30:53 +03:00
parent f8f0eda8a8
commit 60984af4c9

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 )
{ {