Skip to content

Commit

Permalink
Merge branch 'master' into wasm-db-use-extra-options
Browse files Browse the repository at this point in the history
  • Loading branch information
magicxyyz authored May 29, 2024
2 parents e2837d4 + 0c4c0bc commit 9febc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbnode/batch_poster.go
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ func (b *BatchPoster) pollForL1PriceData(ctx context.Context) {
blockGasLimitGauge.Update(int64(h.GasLimit))
suggestedTipCap, err := b.l1Reader.Client().SuggestGasTipCap(ctx)
if err != nil {
log.Error("unable to fetch suggestedTipCap from l1 client to update arb/batchposter/suggestedtipcap metric", "err", err)
log.Warn("unable to fetch suggestedTipCap from l1 client to update arb/batchposter/suggestedtipcap metric", "err", err)
} else {
suggestedTipCapGauge.Update(suggestedTipCap.Int64())
}
Expand Down

0 comments on commit 9febc1d

Please sign in to comment.