fixed timeEnd
This commit is contained in:
parent
f8f0eda8a8
commit
60984af4c9
@ -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 )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user