Skip to content

Commit 1db744f

Browse files
committed
fix: corrected also in getTipStatsParallel
1 parent a13cff4 commit 1db744f

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
@@ -316,7 +316,7 @@ async function getTipStatsParallel(
316316

317317
// Handle insufficient transaction data
318318
if (allTips.length < minTxsNecessary) {
319-
logger.error(
319+
logger.warn(
320320
`Insufficient transaction data: found ${allTips.length} V3 transactions with tips in ${analyzedBlocks} blocks ` +
321321
`(block range: ${Math.max(0, startingBlockNumber - maxBlocks + 1)}-${startingBlockNumber}). ` +
322322
`Required: ${minTxsNecessary} transactions. Consider reducing minTxsNecessary or increasing maxBlocks.`

0 commit comments

Comments
 (0)