Fixup processed docs (#21316)

This commit is contained in:
Tyera Eulberg 2021-11-16 23:52:09 -07:00 committed by GitHub
parent c6baff6698
commit 6546c3cbae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ recognized this block as finalized
- This confirmation level also upholds "optimistic confirmation" guarantees in
release 1.3 and onwards.
- `"processed"` - the node will query its most recent block. Note that the block
may not be complete.
may still be skipped by the cluster.
For processing many dependent transactions in series, it's recommended to use
`"confirmed"` commitment, which balances speed with rollback safety.