From 20244f247017276836d7515505ccaf3f6021ed8d Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Wed, 15 Jan 2025 22:09:22 -0800 Subject: [PATCH] chore(proposer): fn name --- proposer/op/proposer/utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposer/op/proposer/utils/utils.go b/proposer/op/proposer/utils/utils.go index 29018ce0..fc898e52 100644 --- a/proposer/op/proposer/utils/utils.go +++ b/proposer/op/proposer/utils/utils.go @@ -183,7 +183,7 @@ func convertBaseFeeParams(rawConfig map[string]interface{}, key string) { } } -// GetAllSpanBatchesInBlockRange fetches span batches within a range of L2 blocks. +// GetAllSpanBatchesInL2BlockRange fetches span batches within a range of L2 blocks. func GetAllSpanBatchesInL2BlockRange(config BatchDecoderConfig) ([]SpanBatchRange, error) { rollupCfg, err := setupBatchDecoderConfig(&config) if err != nil {