Skip to content

Commit

Permalink
fix: typo with getMaxShredInsertSlot link (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andross96 authored Sep 30, 2024
1 parent eb8c710 commit 3c33a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/confirmation.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ 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
[`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.
Expand Down

0 comments on commit 3c33a0e

Please sign in to comment.