Skip to content

Commit f431409

Browse files
committed
logs
1 parent 9133b71 commit f431409

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

services/chronikService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,7 @@ export class ChronikBlockchainClient {
857857
const pairsFromBatch: RowWithRaw[] = await Promise.all(
858858
batch.chronikTxs.map(async ({ tx, address }) => {
859859
const row = await this.getTransactionFromChronikTransaction(tx, address)
860+
console.log(`${pfx} got 1 row from chronik for address ${address.address}`)
860861
return { row, raw: tx }
861862
})
862863
)

0 commit comments

Comments
 (0)