logging
This commit is contained in:
parent
3cd4806d12
commit
d2bb1c6acb
@ -742,7 +742,7 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
|
|||||||
q.empty(() => console.debug("Q-EMPTY"));
|
q.empty(() => console.debug("Q-EMPTY"));
|
||||||
|
|
||||||
function process_chunk(err, tx){
|
function process_chunk(err, tx){
|
||||||
console.debug("PROCESS_CHUNK:", [...q].length, tx.txid());
|
console.debug("PROCESS_CHUNK:", q.length(), tx.txid());
|
||||||
streamer(err, tx);
|
streamer(err, tx);
|
||||||
|
|
||||||
if(err){
|
if(err){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user