Skip to content

Commit

Permalink
Remove extra totalBlockSize addition
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed May 31, 2024
1 parent ec4d629 commit 913d6e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion execution/gethexec/sequencer.go
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,6 @@ func (s *Sequencer) precheckNonces(queueItems []txQueueItem, totalBlockSize int)
// This tx might still go through if previous txs fail.
// We'll include it in the output queue in case that happens.
outputQueueItems = append(outputQueueItems, queueItem)
totalBlockSize += queueItem.txSize
}
nonceFailureCacheSizeGauge.Update(int64(s.nonceFailures.Len()))
return outputQueueItems
Expand Down

0 comments on commit 913d6e3

Please sign in to comment.