Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaccana committed Sep 30, 2024
1 parent 9a00b09 commit b464a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/confirmation.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ of the cluster state with one of the following methods:
1. Fetch your RPC node's highest processed slot by using the
[`getSlot`](/docs/rpc/http/getSlot.mdx) RPC API with the `processed`
commitment level and then call the
[`getMaxShredInsertSlot`](/docs/rpc/http/getMaxShredInsertSlot.mdx) RPC API to
get the highest slot that your RPC node has received a “shred” of a block
[`getMaxShredInsertSlot`](/docs/rpc/http/getMaxShredInsertSlot.mdx) RPC API
to get the highest slot that your RPC node has received a “shred” of a block
for. If the difference between these responses is very large, the cluster is
producing blocks far ahead of what the RPC node has processed.
2. Call the `getLatestBlockhash` RPC API with the `confirmed` commitment level
Expand Down

0 comments on commit b464a8b

Please sign in to comment.