From 40b42019abadfad839ca0b14f0ed1d948e01ce08 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sat, 28 Jan 2023 19:29:56 +0530 Subject: [PATCH] log --- lib/services/address/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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){