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

@ -162,8 +162,8 @@ recognized this block as finalized
- It does not count votes on descendants of a block, only direct votes on that block. - It does not count votes on descendants of a block, only direct votes on that block.
- This confirmation level also upholds "optimistic confirmation" guarantees in - This confirmation level also upholds "optimistic confirmation" guarantees in
release 1.3 and onwards. release 1.3 and onwards.
- `"processed"` - the node will query its most recent block. Note that the block - `"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 For processing many dependent transactions in series, it's recommended to use
`"confirmed"` commitment, which balances speed with rollback safety. `"confirmed"` commitment, which balances speed with rollback safety.