From 0c41c8ee1b9ce33d5a91141bb6947d069a4b70f9 Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Wed, 8 Mar 2023 15:53:38 -0800 Subject: [PATCH] docs: fix order of positional `start_slot` and `end_slot` in `getBlocks` API docs (#30351) --- docs/src/api/methods/_getBlocks.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/api/methods/_getBlocks.mdx b/docs/src/api/methods/_getBlocks.mdx index 59e816d6e..d46927939 100644 --- a/docs/src/api/methods/_getBlocks.mdx +++ b/docs/src/api/methods/_getBlocks.mdx @@ -21,11 +21,11 @@ Returns a list of confirmed blocks between two slots ### Parameters: - end_slot, as u64 integer + start_slot, as u64 integer - start_slot, as u64 integer (must be no more than 500,000 blocks + end_slot, as u64 integer (must be no more than 500,000 blocks higher than the `start_slot`)