From a514aff819ff50b88cc85fc6d97efedce7382df4 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 17:24:23 +0000 Subject: [PATCH] Update jsonrpc-api.md (#23190) (#23192) (cherry picked from commit aaf657297f136cdf85babda4c5a1ef9a362d94e9) Co-authored-by: gagliardetto --- docs/src/developing/clients/jsonrpc-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index 2b4c0a1ccc..26100cdd68 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -98,7 +98,7 @@ Unstable methods may see breaking changes in patch releases and may not be suppo - [getConfirmedBlocks](jsonrpc-api.md#getconfirmedblocks) - [getConfirmedBlocksWithLimit](jsonrpc-api.md#getconfirmedblockswithlimit) - [getConfirmedSignaturesForAddress2](jsonrpc-api.md#getconfirmedsignaturesforaddress2) -- [getConfirmedTransaction](jsonrpc-api.md#getconfirmedtransact) +- [getConfirmedTransaction](jsonrpc-api.md#getconfirmedtransaction) - [getFeeCalculatorForBlockhash](jsonrpc-api.md#getfeecalculatorforblockhash) - [getFeeRateGovernor](jsonrpc-api.md#getfeerategovernor) - [getFees](jsonrpc-api.md#getfees) @@ -5093,7 +5093,7 @@ Result: ### getRecentBlockhash -**DEPRECATED: Please use [getFeeForMessage](jsonrpc-api.md#getfeeformessage) instead** +**DEPRECATED: Please use [getLatestBlockhash](jsonrpc-api.md#getlatestblockhash) instead** This method is expected to be removed in solana-core v2.0 Returns a recent block hash from the ledger, and a fee schedule that can be used to compute the cost of submitting a transaction using it.