Skip to content

Commit

Permalink
Update docs/getting-started/upgrade_guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Calvin Lau <38898718+calvinaco@users.noreply.github.com>
  • Loading branch information
lezzokafka and calvinaco authored May 17, 2021
1 parent f52737b commit dbb50ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/upgrade_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ At the point of proposed upgrade, user will see the following error message on t
`ERR BINARY UPDATED BEFORE TRIGGER! UPGRADE "v2.0.0" - in binary but not executed on chain`

Don't panic - The Chain will be paused to allow the majority of validators to upgrade. Validators and full node hosts will have to upgrade your Crypto.org Chain nodes to the latest release binary.

## Step 1 - Get the `v2.0.0` binary

To simplify the following step, we will be using **Linux** for illustration. Binary for
Expand Down Expand Up @@ -131,4 +132,3 @@ Sit back and wait for the syncing process. You can query the node syncing status
$ ./chain-maind status 2>&1 | jq '.SyncInfo.catching_up'
```
If the above command returns `false`, It means that your node **is synced**; otherwise, it returns `true` and implies your node is still catching up.

0 comments on commit dbb50ab

Please sign in to comment.