logger
This commit is contained in:
parent
9e0ebda278
commit
2de483ada3
@ -740,11 +740,11 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
|
|||||||
q.pause(); //pause and wait until queue is set
|
q.pause(); //pause and wait until queue is set
|
||||||
|
|
||||||
function process_chunk(err, tx){
|
function process_chunk(err, tx){
|
||||||
|
console.debug("PROCESS_CHUNK:", tx.txid());
|
||||||
streamer(err, tx);
|
streamer(err, tx);
|
||||||
|
|
||||||
if(err){
|
if(err){
|
||||||
console.debug(err);
|
console.debug("PROCESS_CHUNK ERROR", err);
|
||||||
q.kill();
|
q.kill();
|
||||||
|
|
||||||
return callback();
|
return callback();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user