Skip to content

Commit

Permalink
chore(proposer): fn name
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 16, 2025
1 parent 3c99769 commit 20244f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposer/op/proposer/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 20244f2

Please sign in to comment.