log
This commit is contained in:
parent
015dbb650d
commit
40b42019ab
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user