From a24916243fc558bb1cdd71c28ff88485fda8cff5 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sun, 5 Feb 2023 16:29:39 +0530 Subject: [PATCH] Update index.js --- lib/services/address/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/address/index.js b/lib/services/address/index.js index ee60cf82..8c01348b 100644 --- a/lib/services/address/index.js +++ b/lib/services/address/index.js @@ -877,7 +877,7 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre function chunkCallback(err, tx){ console.debug("CHUNK", td_count, q.length(), q.killed); - if(!err && !tx) //no error or tx data (duplicate calls will have empty tx value) + if(q.killed || (!err && !tx)) //no error or tx data (duplicate calls will have empty tx value) return; if(tx){