Skip to content

Commit

Permalink
fix getBlock API reference (#17661) (#17662)
Browse files Browse the repository at this point in the history
(cherry picked from commit 10c6e77)

Co-authored-by: oncecsc <74547046+oncecsc@users.noreply.github.com>
  • Loading branch information
mergify[bot] and oncecsc authored Jun 2, 2021
1 parent 3e012ea commit 938112e
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 938112e

Please sign in to comment.