Skip to content

Commit

Permalink
fix getBlock API reference (#17661)
Browse files Browse the repository at this point in the history
  • Loading branch information
oncecsc authored Jun 2, 2021
1 parent 4e0db50 commit 10c6e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/developing/clients/jsonrpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ Result:
### getBlock

**NEW: This method is only available in solana-core v1.7 or newer. Please use
[getBlock](jsonrpc-api.md#getblock) for solana-core v1.6**
[getConfirmedBlock](jsonrpc-api.md#getconfirmedblock) for solana-core v1.6**

Returns identity and transaction information about a confirmed block in the ledger

Expand Down

0 comments on commit 10c6e77

Please sign in to comment.