Fix pre-merge old name in the docs (#14425)

This commit is contained in:
Ryo Onodera 2021-01-05 11:41:24 +09:00 committed by GitHub
parent aa4da339ff
commit 974eb6e1ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]}
'
```