Skip to content

Commit

Permalink
Update cmd/soroban-rpc/internal/methods/get_ledgers.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alfonso Acosta <[email protected]>
  • Loading branch information
aditya1702 and 2opremio authored Nov 5, 2024
1 parent 686545d commit 526b534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/methods/get_ledgers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 526b534

Please sign in to comment.