Uncommenting 'getRawBlock' logging
This commit is contained in:
parent
d831d36835
commit
b6a64351b3
@ -186,7 +186,7 @@ BlockService.prototype.getRawBlock = function(hash, callback) {
|
|||||||
if (!block || typeof block_raw == "undefined" || typeof block_raw_str_hex == "undefined" || block_raw_str_hex == '') {
|
if (!block || typeof block_raw == "undefined" || typeof block_raw_str_hex == "undefined" || block_raw_str_hex == '') {
|
||||||
return callback();
|
return callback();
|
||||||
}
|
}
|
||||||
//log.info("Testing getRawBlock " + block_raw_str_hex);
|
log.info("Testing getRawBlock " + block_raw_str_hex);
|
||||||
callback(null, block.toRaw().toString('hex'));
|
callback(null, block.toRaw().toString('hex'));
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user