Fixup processed docs (#21316) (#21317)

(cherry picked from commit 6546c3cbae)

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
This commit is contained in:
mergify[bot]
2021-11-17 07:11:48 +00:00
committed by GitHub
parent baa4c6eaf2
commit c53174dc56

View File

@ -159,7 +159,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.