From 777a62f89cdb9a51ddd33cea5935f8df8fa38a49 Mon Sep 17 00:00:00 2001 From: gagliardetto Date: Wed, 16 Feb 2022 17:38:07 +0100 Subject: [PATCH] Update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c13bcc38..fe51dfa0 100644 --- a/README.md +++ b/README.md @@ -680,7 +680,8 @@ func main() { - [GetMultipleAccounts](#index--rpc--getmultipleaccounts) - [GetProgramAccounts](#index--rpc--getprogramaccounts) - [GetRecentBlockhash](#index--rpc--getrecentblockhash) - - **DEPRECATED: Please use [GetLatestBlockhash](#index--rpc--getlatestblockhash) instead** (This method is expected to be removed in **solana-core v2.0**) + - To be used with **solana v1.8** + - For solana v1.9 or newer: **DEPRECATED: Please use [GetLatestBlockhash](#index--rpc--getlatestblockhash) instead** (This method is expected to be removed in **solana-core v2.0**) - [GetRecentPerformanceSamples](#index--rpc--getrecentperformancesamples) - [GetSignatureStatuses](#index--rpc--getsignaturestatuses) - [GetSignaturesForAddress](#index--rpc--getsignaturesforaddress) @@ -1646,6 +1647,8 @@ func main() { #### [index](#contents) > [RPC](#rpc-methods) > GetLatestBlockhash +NEW: This method is only available in solana-core v1.9 or newer. Please use getRecentBlockhash for solana-core v1.8 + ```go package main