Skip to content

Commit

Permalink
fix gen rotateKey error
Browse files Browse the repository at this point in the history
  • Loading branch information
ytvchsy committed Dec 10, 2024
1 parent 8f6a451 commit b3ae83a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/staking-model/dbc-ai-public-chain-pos_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ sudo apt install libc6 libstdc++6 -y
Run the following command on the machine where you are running the verifier node command
```shell
curl -H Content-Type: application/json -d '{“id”:1, jsonrpc”: “2.0”, “method”: “author_rotateKeys”, “params:[]}' http://localhost:9983
curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "author_rotateKeys", "params":[]}' http://localhost:9983
```
Expand Down
2 changes: 1 addition & 1 deletion docs/kr/staking-model/dbc-ai-public-chain-pos_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ sudo apt install libc6 libstdc++6 -y
Run the following command on the machine where you are running the verifier node command
```shell
curl -H Content-Type: application/json -d '{“id”:1, jsonrpc”: “2.0”, “method”: “author_rotateKeys”, “params:[]}' http://localhost:9983
curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "author_rotateKeys", "params":[]}' http://localhost:9983
```
Expand Down

0 comments on commit b3ae83a

Please sign in to comment.