diff --git a/cmd/soroban-rpc/internal/methods/get_ledgers.go b/cmd/soroban-rpc/internal/methods/get_ledgers.go index 98055773..68ed52bd 100644 --- a/cmd/soroban-rpc/internal/methods/get_ledgers.go +++ b/cmd/soroban-rpc/internal/methods/get_ledgers.go @@ -134,7 +134,7 @@ func (h ledgersHandler) getLedgers(ctx context.Context, request GetLedgersReques }, nil } -// initializePagination parses the request pagination details initializes the cursor. +// initializePagination parses the request pagination details and initializes the cursor. func (h ledgersHandler) initializePagination(request GetLedgersRequest, ledgerRange ledgerbucketwindow.LedgerRange, ) (uint32, uint, error) {