From c083661a6bb1d405711ee4f652ca208549c7242b Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 02:53:24 +0000 Subject: [PATCH] Fix pre-merge old name in the docs (#14425) (#14426) (cherry picked from commit 974eb6e1efcff7e78aee81588358adbaba9b844f) Co-authored-by: Ryo Onodera --- docs/src/developing/clients/jsonrpc-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index 0b42c3245a..82dad92738 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -715,7 +715,7 @@ starting at `start_slot` for up to `limit` blocks, inclusive. Request: ```bash curl http://localhost:8899 -X POST -H "Content-Type: application/json" -d ' - {"jsonrpc": "2.0","id":1,"method":"getConfirmedBlockWithLimit2","params":[5, 3]} + {"jsonrpc": "2.0","id":1,"method":"getConfirmedBlocksWithLimit","params":[5, 3]} ' ```