Skip to content

Commit a13cff4

Browse files
committed
chore: replace typ error by a warning
1 parent 552a8c7 commit a13cff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/provider/modules/tip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ async function getTipStatsSequential(
384384

385385
// Handle insufficient transaction data
386386
if (allTips.length < minTxsNecessary) {
387-
logger.error(
387+
logger.warn(
388388
`Insufficient transaction data: found ${allTips.length} V3 transactions with tips in ${blocksAnalyzed} blocks ` +
389389
`(block range: ${Math.max(0, startingBlockNumber - maxBlocks + 1)}-${startingBlockNumber}). ` +
390390
`Required: ${minTxsNecessary} transactions. Consider reducing minTxsNecessary or increasing maxBlocks.`

0 commit comments

Comments
 (0)