docs: fix copy-pasta breaking typo in `getRecentBlockhash` example

This commit is contained in:
Trent Nelson 2021-04-29 21:17:03 -06:00 committed by mergify[bot]
parent 7e5964e339
commit 3d98321b38
1 changed files with 1 additions and 1 deletions

View File

@ -1887,7 +1887,7 @@ An RpcResponse containing a JSON object consisting of a string blockhash and Fee
Request:
```bash
curl http://localhost:8899 -X POST -H "Content-Type: application/json" -d 'i
curl http://localhost:8899 -X POST -H "Content-Type: application/json" -d '
{"jsonrpc":"2.0","id":1, "method":"getRecentBlockhash"}
'
```