Skip to content

Commit

Permalink
fix rpcApi parameter error
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Nov 2, 2023
1 parent 8fd3eb5 commit 659a325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3.x/zh_CN/docs/develop/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"getBlockByHash","params":["group
**示例:**
```
// Request
curl -X POST --data '{"jsonrpc":"2.0","method":"getBlockHashByNumber","params":["group0",0],"id":1}' http://127.0.0.1:20200
curl -X POST --data '{"jsonrpc":"2.0","method":"getBlockHashByNumber","params":["group0","",0],"id":1}' http://127.0.0.1:20200
// Result
{
Expand Down

0 comments on commit 659a325

Please sign in to comment.