Make it clear that `minContextSlot` in `sendTransaction` affects _preflight_ checks (#26845)

docs: make it clear that `minContextSlot` in `sendTransaction` affects _preflight_ checks
This commit is contained in:
Steven Luscher 2022-07-29 09:50:42 -07:00 committed by GitHub
parent fb922f613c
commit a0698d4cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3399,7 +3399,7 @@ submission.
- `encoding: <string>` - (optional) Encoding used for the transaction data. Either `"base58"` (_slow_, **DEPRECATED**), or `"base64"`. (default: `"base58"`).
- `maxRetries: <usize>` - (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: <number>` - set the minimum slot that the request can be evaluated at.
- (optional) `minContextSlot: <number>` - set the minimum slot at which to perform preflight transaction checks.
#### Results: