log: check-fix
This commit is contained in:
parent
d2bb1c6acb
commit
66fa217f10
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user