Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaccana committed Sep 30, 2024
2 parents 63db12b + d2dfdeb commit 9a00b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ import idl from "./idl.json";

You would _ideally_ also require types for the IDL which would make it easier to
interact with the program. The types can be found at `/target/types` folder
after you have build your program. Here are the types for the above IDL which
after you have built your program. Here are the types for the above IDL which
when you notice has the exact same structure as the IDL but are just as type
helper.

Expand Down
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 9a00b09

Please sign in to comment.