Update index.js
Added getRawBlack test data in logs to troubleshoot
This commit is contained in:
parent
4113d9cfd0
commit
b4df8314a2
@ -184,6 +184,7 @@ BlockService.prototype.getRawBlock = function(hash, callback) {
|
|||||||
if (!block) {
|
if (!block) {
|
||||||
return callback();
|
return callback();
|
||||||
}
|
}
|
||||||
|
log.info("Testing getRawBlock " + block.toRaw().toString('hex'));
|
||||||
callback(null, block.toRaw().toString('hex'));
|
callback(null, block.toRaw().toString('hex'));
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user