This commit is contained in:
sairajzero 2023-02-02 18:46:11 +05:30
parent 0b0ba0d630
commit 14e9371306

View File

@ -851,7 +851,7 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
//q.pause(); //pause and wait until queue is set
function chunkCallback(err, tx){
console.debug("CHUNK", td_count, q.length());
if(!err && !tx) //no error or tx data (duplicate calls will have empty tx value)
return;