From c5a8078075f4c2e5495c119f5f479496cf90b7d1 Mon Sep 17 00:00:00 2001 From: Daniel Burckhardt Date: Fri, 3 Dec 2021 10:03:24 +0100 Subject: [PATCH] docs(evmos): Add link to consensus problems if you dont upgrade your node --- docs/guides/upgrades/upgrade_node.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/guides/upgrades/upgrade_node.md b/docs/guides/upgrades/upgrade_node.md index 4e735197e3..39c21f89b8 100644 --- a/docs/guides/upgrades/upgrade_node.md +++ b/docs/guides/upgrades/upgrade_node.md @@ -6,9 +6,7 @@ order: 1 Learn how to upgrade your full node to the latest software version {synopsis} -With every new software release, we strongly recommend validators to perform a software upgrade. - - +With every new software release, we strongly recommend validators to perform a software upgrade, in order to prevent [double signing or halting the chain during consensus](https://docs.tendermint.com/master/spec/consensus/signing.html#double-signing). You can upgrade your node by 1) upgrading your software version and 2) upgrading your node to that version. In this guide, you can find out how to automatically upgrade your node with Cosmovisor or perform the update manually.