diff --git a/lib/services/address/index.js b/lib/services/address/index.js index 16696785..4975c484 100644 --- a/lib/services/address/index.js +++ b/lib/services/address/index.js @@ -793,7 +793,7 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre txIdTransformStream._transform = function(chunk, enc, cb) { var txInfo = self._encoding.decodeAddressIndexKey(chunk); - self._db.get(chunk, (err, data) => console.debug(data)); //test-check + self._db.get(chunk, (err, data) => console.debug(data, data.length, data.toString())); //test-check q.push({ txid: txInfo.txid, height: txInfo.height }, process_chunk); cb();