Skip to content

Commit

Permalink
Fixup processed docs (solana-labs#21316)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored Nov 17, 2021
1 parent c6baff6 commit 6546c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/developing/clients/jsonrpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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.
- `"processed"` - the node will query its most recent block. Note that the block
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.
Expand Down

0 comments on commit 6546c3c

Please sign in to comment.