This commit is contained in:
sairajzero 2023-01-28 01:30:44 +05:30
parent 3cd4806d12
commit d2bb1c6acb

View File

@ -742,7 +742,7 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
q.empty(() => console.debug("Q-EMPTY"));
function process_chunk(err, tx){
console.debug("PROCESS_CHUNK:", [...q].length, tx.txid());
console.debug("PROCESS_CHUNK:", q.length(), tx.txid());
streamer(err, tx);
if(err){