Skip to content

Commit

Permalink
Update node.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DrZoltanFazekas authored Dec 20, 2024
1 parent 6da90b5 commit 5af791c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zq2/docs/nodes/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Sometimes a hard fork will be needed when the execution semantics of blocks or t
It is important to upgrade your node's version before the block height at which these hard forks are activated.
Not doing so may lead to your node going out of sync and losing rewards if it is a validator.

First, update your `start_node.sh` script and configuration file by re-running `z2 join`:
First, pull the `main` branch and update your `start_node.sh` script and configuration file by re-running `z2 join`:

```bash
z2 join --chain zq2-prototestnet
Expand Down Expand Up @@ -211,5 +211,5 @@ Start your new node:
You can validate the version your node is running by calling the `GetVersion` API method:

```bash
curl --request POST --url http://localhost:4201 --header 'content-type: application/json' --data '{"method":"GetVersion","id":1,"jsonrpc":"2.0"}'
curl --request POST --url http://localhost:4202 --header 'content-type: application/json' --data '{"method":"GetVersion","id":1,"jsonrpc":"2.0"}'
```

0 comments on commit 5af791c

Please sign in to comment.