From 76eb2debddd4d926be1f35ddfa8037cdcface59a Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sun, 5 Feb 2023 16:17:45 +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 344bcfaf..a7e824dd 100644 --- a/lib/services/address/index.js +++ b/lib/services/address/index.js @@ -890,7 +890,7 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre streamer(err, tx); - if((err || options.flag_stop) && q.idle()){ + if((err || options.flag_stop) && !q.idle()){ console.debug("KILL", options.flag_stop)