diff --git a/lib/services/address/index.js b/lib/services/address/index.js index ffc31a7f..2c772101 100644 --- a/lib/services/address/index.js +++ b/lib/services/address/index.js @@ -740,11 +740,11 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre q.pause(); //pause and wait until queue is set function process_chunk(err, tx){ - + console.debug("PROCESS_CHUNK:", tx.txid()); streamer(err, tx); if(err){ - console.debug(err); + console.debug("PROCESS_CHUNK ERROR", err); q.kill(); return callback();