diff --git a/lib/services/address/index.js b/lib/services/address/index.js index 080c8c4d..62fb6bc3 100644 --- a/lib/services/address/index.js +++ b/lib/services/address/index.js @@ -851,7 +851,7 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre //q.pause(); //pause and wait until queue is set function chunkCallback(err, tx){ - + console.debug("CHUNK", td_count, q.length()); if(!err && !tx) //no error or tx data (duplicate calls will have empty tx value) return;