Update index.js

This commit is contained in:
sairajzero 2023-02-05 05:46:15 +05:30
parent c712b17465
commit 6b78cfbfd8

View File

@ -942,8 +942,8 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
txIdTransformStream.on('end', function() {
q.drain = (e, d)=> {
console.debug("END-DRAIN", d_count, td_count);
next(e, d);
console.debug("END-DRAIN", e, d, d_count, td_count);
next();
};
//q.resume();
});