Update index.js
This commit is contained in:
parent
0b646fe453
commit
a24916243f
@ -877,7 +877,7 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
|
|||||||
|
|
||||||
function chunkCallback(err, tx){
|
function chunkCallback(err, tx){
|
||||||
console.debug("CHUNK", td_count, q.length(), q.killed);
|
console.debug("CHUNK", td_count, q.length(), q.killed);
|
||||||
if(!err && !tx) //no error or tx data (duplicate calls will have empty tx value)
|
if(q.killed || (!err && !tx)) //no error or tx data (duplicate calls will have empty tx value)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if(tx){
|
if(tx){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user