log: check-fix

This commit is contained in:
sairajzero 2023-01-28 01:36:08 +05:30
parent d2bb1c6acb
commit 66fa217f10

View File

@ -737,10 +737,10 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
}, 4);
q.pause(); //pause and wait until queue is set
q.empty(() => console.debug("Q-EMPTY"));
q.pause(); //pause and wait until queue is set
function process_chunk(err, tx){
console.debug("PROCESS_CHUNK:", q.length(), tx.txid());
streamer(err, tx);