From 1cc1148807b6ef320f5ddd0b3ec5fac9e5bf639d Mon Sep 17 00:00:00 2001 From: frog power 4000 Date: Thu, 25 Apr 2019 21:49:43 -0400 Subject: [PATCH] Update docs/cosmos-hub/upgrade-node.md Co-Authored-By: alexanderbez --- docs/cosmos-hub/upgrade-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cosmos-hub/upgrade-node.md b/docs/cosmos-hub/upgrade-node.md index b152417ee9..a54752e743 100644 --- a/docs/cosmos-hub/upgrade-node.md +++ b/docs/cosmos-hub/upgrade-node.md @@ -60,7 +60,7 @@ cp -f genesis.json new-_enesis.json mv new_genesis.json genesis.json ``` -At this point, you might want to run a script to update the exported genesis into a genesis that is compatible with your new version. For example, the attributes of a the `Account` type changed, a script should query encoded account from the account store, unmarshall them, update their type, re-marhsall and re-store them. You can find an example of such script [here](https://github.com/cosmos/cosmos-sdk/blob/develop/contrib/export/v0.33.x-to-v0.34.0.py). +At this point, you might want to run a script to update the exported genesis into a genesis that is compatible with your new version. For example, the attributes of a the `Account` type changed, a script should query encoded account from the account store, unmarshall them, update their type, re-marshal and re-store them. You can find an example of such script [here](https://github.com/cosmos/cosmos-sdk/blob/develop/contrib/export/v0.33.x-to-v0.34.0.py). ## Reset Data