From 99a96d3f349579f5ed15455078c6d7897b1a61ba Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sat, 28 Jan 2023 15:49:57 +0530 Subject: [PATCH] log --- lib/services/address/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();