Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Dec 15, 2024
1 parent a7c11d2 commit 06e0a19
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arbnode/batch_poster.go
Original file line number Diff line number Diff line change
Expand Up @@ -1413,11 +1413,6 @@ func (b *BatchPoster) maybePostSequencerBatch(ctx context.Context) (bool, error)
shouldSubmit := b.streamer.shouldSubmitEspressoTransaction()
if !b.streamer.UseEscapeHatch || shouldSubmit {
for p := b.building.msgCount; p < msgCount; p += 1 {
msg, err := b.streamer.GetMessage(p)
if err != nil {
log.Error("error getting message from streamer", "error", err)
break
}
err = b.submitEspressoTransactionPos(p)
if err != nil {
log.Error("error submitting position", "error", err, "pos", p)
Expand Down

0 comments on commit 06e0a19

Please sign in to comment.