From a0698d4cc3ba88510cdd2b869e9c7bc8448ab86a Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Fri, 29 Jul 2022 09:50:42 -0700 Subject: [PATCH] Make it clear that `minContextSlot` in `sendTransaction` affects _preflight_ checks (#26845) docs: make it clear that `minContextSlot` in `sendTransaction` affects _preflight_ checks --- docs/src/developing/clients/jsonrpc-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index 4c5415c07b..24f8a794da 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -3399,7 +3399,7 @@ submission. - `encoding: ` - (optional) Encoding used for the transaction data. Either `"base58"` (_slow_, **DEPRECATED**), or `"base64"`. (default: `"base58"`). - `maxRetries: ` - (optional) Maximum number of times for the RPC node to retry sending the transaction to the leader. If this parameter not provided, the RPC node will retry the transaction until it is finalized or until the blockhash expires. - - (optional) `minContextSlot: ` - set the minimum slot that the request can be evaluated at. + - (optional) `minContextSlot: ` - set the minimum slot at which to perform preflight transaction checks. #### Results: