Update index.js
This commit is contained in:
parent
c712b17465
commit
6b78cfbfd8
@ -942,8 +942,8 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
|
|||||||
|
|
||||||
txIdTransformStream.on('end', function() {
|
txIdTransformStream.on('end', function() {
|
||||||
q.drain = (e, d)=> {
|
q.drain = (e, d)=> {
|
||||||
console.debug("END-DRAIN", d_count, td_count);
|
console.debug("END-DRAIN", e, d, d_count, td_count);
|
||||||
next(e, d);
|
next();
|
||||||
};
|
};
|
||||||
//q.resume();
|
//q.resume();
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user