Skip to content

Commit

Permalink
Update rpc port (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukint-vs authored Jan 19, 2024
1 parent 5e61c3d commit 6ca2d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/staking/validate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Save both seed phrases in a secure place. Skip the previous step if you intend t
You need to tell the chain your Session keys. If you are on a remote server, it is easier to run this command on the same machine (while the node is running with the default HTTP RPC port configured):

```sh
curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "author_rotateKeys", "params":[]}' http://localhost:9933
curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "author_rotateKeys", "params":[]}' http://localhost:9944
```

Output:
Expand Down

0 comments on commit 6ca2d0b

Please sign in to comment.