Skip to content

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 (solana-labs#30351)
  • Loading branch information
steveluscher authored and nickfrosty committed Mar 12, 2023
1 parent 123f261 commit d13c45b
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 d13c45b

Please sign in to comment.