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

View File

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