Skip to content

Commit

Permalink
feat: EigenDA failover - fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Nov 7, 2024
1 parent c940fdc commit 3e7e707
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arbnode/batch_poster.go
Original file line number Diff line number Diff line change
Expand Up @@ -1509,9 +1509,7 @@ func (b *BatchPoster) maybePostSequencerBatch(ctx context.Context) (bool, error)

if failOver {
batchPosterDAFailoverCount.Inc(1)
}

if err == nil {
} else {
batchPosterDASuccessCounter.Inc(1)
batchPosterDALastSuccessfulActionGauge.Update(time.Now().Unix())
eigenDADispersed = true
Expand Down

0 comments on commit 3e7e707

Please sign in to comment.