We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9133b71 commit f431409Copy full SHA for f431409
1 file changed
services/chronikService.ts
@@ -857,6 +857,7 @@ export class ChronikBlockchainClient {
857
const pairsFromBatch: RowWithRaw[] = await Promise.all(
858
batch.chronikTxs.map(async ({ tx, address }) => {
859
const row = await this.getTransactionFromChronikTransaction(tx, address)
860
+ console.log(`${pfx} got 1 row from chronik for address ${address.address}`)
861
return { row, raw: tx }
862
})
863
)
0 commit comments