From 4e6e94887cb8ec4e1a523e72bc7ee928de86e4c9 Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Thu, 19 Aug 2021 23:19:03 -0600 Subject: [PATCH] fix: update downgrade version in migration --- migrate/v0_15/migrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrate/v0_15/migrate.md b/migrate/v0_15/migrate.md index ed7fc1bd..2e1e8bf1 100644 --- a/migrate/v0_15/migrate.md +++ b/migrate/v0_15/migrate.md @@ -22,7 +22,7 @@ Prior to exporting kava-7 state, validators are encouraged to take a full data s It is critically important to back-up the .kvd/data/priv_validator_state.json file after stopping your kvd process. This file is updated every block as your validator participates in consensus rounds. It is a critical file needed to prevent double-signing, in case the upgrade fails and the previous chain needs to be restarted. -In the event that the upgrade does not succeed, validators and operators must downgrade back to v0.14.2 of the Kava software and restore to their latest snapshot before restarting their nodes. +In the event that the upgrade does not succeed, validators and operators must downgrade back to v0.14.3 of the Kava software and restore to their latest snapshot before restarting their nodes. ## Upgrade Procedure