瀏覽代碼

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

Trent Nelson 4 年之前
父節點
當前提交
3d98321b38
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/src/developing/clients/jsonrpc-api.md

+ 1 - 1
docs/src/developing/clients/jsonrpc-api.md

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