Update index.js

This commit is contained in:
sairajzero 2023-02-05 16:17:45 +05:30
parent ed79adb910
commit 76eb2debdd

View File

@ -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)