We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13cff4 commit 1db744fCopy full SHA for 1db744f
src/provider/modules/tip.ts
@@ -316,7 +316,7 @@ async function getTipStatsParallel(
316
317
// Handle insufficient transaction data
318
if (allTips.length < minTxsNecessary) {
319
- logger.error(
+ logger.warn(
320
`Insufficient transaction data: found ${allTips.length} V3 transactions with tips in ${analyzedBlocks} blocks ` +
321
`(block range: ${Math.max(0, startingBlockNumber - maxBlocks + 1)}-${startingBlockNumber}). ` +
322
`Required: ${minTxsNecessary} transactions. Consider reducing minTxsNecessary or increasing maxBlocks.`
0 commit comments