Skip to content

Commit

Permalink
upgrade trace to info log for overflowing counters (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexoscott authored and Stefan-Ethernal committed Sep 20, 2024
1 parent f1d6b46 commit 9fb0f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk/stages/stage_sequence_execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func SpawnSequencingStage(
*/
if !batchState.hasAnyTransactionsInThisBatch {
cfg.txPool.MarkForDiscardFromPendingBest(txHash)
log.Trace(fmt.Sprintf("single transaction %s overflow counters", txHash))
log.Info(fmt.Sprintf("single transaction %s overflow counters", txHash))
}

runLoopBlocks = false
Expand Down

0 comments on commit 9fb0f19

Please sign in to comment.