Update index.js
This commit is contained in:
parent
ed79adb910
commit
76eb2debdd
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user