Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
docs: fix order of positional start_slot and end_slot in `getBloc…
Browse files Browse the repository at this point in the history
…ks` API docs (#30351)
  • Loading branch information
steveluscher authored Mar 8, 2023
1 parent d2fc2e5 commit 0c41c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/api/methods/_getBlocks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Returns a list of confirmed blocks between two slots
### Parameters:

<Parameter type={"u64"} required={true}>
end_slot, as <code>u64</code> integer
start_slot, as <code>u64</code> integer
</Parameter>

<Parameter type={"u64"} optional={true}>
start_slot, as <code>u64</code> integer (must be no more than 500,000 blocks
end_slot, as <code>u64</code> integer (must be no more than 500,000 blocks
higher than the `start_slot`)
</Parameter>

Expand Down

0 comments on commit 0c41c8e

Please sign in to comment.