diff --git a/lib/services/address/index.js b/lib/services/address/index.js index 9f001c67..b494a819 100644 --- a/lib/services/address/index.js +++ b/lib/services/address/index.js @@ -348,6 +348,7 @@ AddressService.prototype.getAddressSummary = function(address, options, streamer if(count >= MAX_TX_QUERY_LIMIT) {//stop quering db when limit reached options.flag_stop = true; result.lastItem = tx.txid(); + result.incomplete = true; } streamer(null, tx);