Update index.js
This commit is contained in:
parent
113a12aaf4
commit
2870fe8aa3
@ -786,7 +786,10 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
|
|||||||
});
|
});
|
||||||
|
|
||||||
txIdTransformStream.on('end', function() {
|
txIdTransformStream.on('end', function() {
|
||||||
q.drain = next;
|
q.drain = (e, d) => {
|
||||||
|
console.debug("Q-DRAIN", e, d)
|
||||||
|
next();
|
||||||
|
};
|
||||||
q.resume();
|
q.resume();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user