diff --git a/lib/services/block/index.js b/lib/services/block/index.js index e20ef0c9..614cefbb 100644 --- a/lib/services/block/index.js +++ b/lib/services/block/index.js @@ -939,8 +939,10 @@ BlockService.prototype._processBlock = function(block, callback) { //Manually ignore a block for testing __TestingCount--; - if(__TestingCount === 0) - return console.debug("TESTING: Ignored block"); + if(__TestingCount === 0){ + console.debug("TESTING: Ignored block"); + return callback(); + } // common case if (!self._detectReorg(block)) {