diff --git a/lib/services/address/index.js b/lib/services/address/index.js index af9f39c3..4ed6ef6d 100644 --- a/lib/services/address/index.js +++ b/lib/services/address/index.js @@ -825,8 +825,9 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre q.pause(); //pause and wait until queue is set - function process_chunk(err, tx){ + function process_chunk(err, tx, ...args){ + console.debug("PROCESS_CHUNK", args) streamer(err, tx); if(err){