docs: fix copy-pasta breaking typo in getRecentBlockhash example (#16962)

(cherry picked from commit 3d98321b38)

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
mergify[bot]
2021-04-30 04:24:40 +00:00
committed by GitHub
parent cc7fc447a4
commit c3dc23e84a

View File

@ -2161,7 +2161,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"}
'
```