Skip to content

Commit

Permalink
Update packages/api/src/routers/indexer/indexData.utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: elessar.eth <[email protected]>
  • Loading branch information
0xGabi and PJColombo authored Mar 13, 2024
1 parent 56ebc7d commit 93eb90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/routers/indexer/indexData.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function createDBTransactions({
const txBlobs = blobs.filter((b) => b.txHash === hash);

if (txBlobs.length === 0) {
throw new Error(`Blob for transaction ${hash} not found`);
throw new Error(`Blobs for transaction ${hash} not found`);
}

const blobGasAsCalldataUsed = txBlobs.reduce(
Expand Down

0 comments on commit 93eb90a

Please sign in to comment.