Update index.js
This commit is contained in:
parent
cf9aaae4f6
commit
9b59e5791a
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user