log
This commit is contained in:
parent
aa5d986217
commit
99a96d3f34
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user