Update index.js

This commit is contained in:
sairajzero 2023-02-05 05:58:38 +05:30
parent cf9aaae4f6
commit 9b59e5791a

View File

@ -890,7 +890,7 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
streamer(err, tx);
if((err || options.flag_stop) && queue.idle()){
if((err || options.flag_stop) && q.idle()){
q.kill();
return callback();