Test: adding __TestingCount log

This commit is contained in:
sairajzero 2023-01-17 22:45:23 +05:30
parent 9f72d3dd79
commit 4335d6f8ce

View File

@ -939,6 +939,7 @@ BlockService.prototype._processBlock = function(block, callback) {
//Manually ignore a block for testing
__TestingCount--;
console.debug("TESTING: __TestingCount=", __TestingCount);
if(__TestingCount === 0){
console.debug("TESTING: Ignored block");
return callback();