Merge pull request #2 from ranchimall/temp
Uncommenting 'getRawBlock' logging
This commit is contained in:
commit
0a52cc93db
@ -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