Update index.js

This commit is contained in:
sairajzero 2023-02-05 22:45:43 +05:30
parent 5ab1214fa4
commit e5c86ebe5f

View File

@ -1000,6 +1000,12 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
//wait for queue to complete
function(next) {
if(!q.started){ //no tx
console.debug("NO QUEUE, END");
return next();
}
console.debug("WAITING FOR DRAIN")
q.drain = ()=> {
console.debug("END-DRAIN");