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:
@ -2161,7 +2161,7 @@ An RpcResponse containing a JSON object consisting of a string blockhash and Fee
|
|||||||
|
|
||||||
Request:
|
Request:
|
||||||
```bash
|
```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"}
|
{"jsonrpc":"2.0","id":1, "method":"getRecentBlockhash"}
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user