From 6d0d2fe4c1138bdab8ead442e12ad8ec3247b888 Mon Sep 17 00:00:00 2001 From: Nicolas Pinto Date: Wed, 17 Feb 2021 06:45:12 -0800 Subject: [PATCH] FIX: typo (#633) --- docs/migration/cosmoshub-3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migration/cosmoshub-3.md b/docs/migration/cosmoshub-3.md index 5e4efaf8f65..6b97d158b17 100644 --- a/docs/migration/cosmoshub-3.md +++ b/docs/migration/cosmoshub-3.md @@ -168,7 +168,7 @@ The version/commit hash of Gaia v2.0.15: `89cf7e6fc166eaabf47ad2755c443d455feda0 a backup as in the last step - and obtain it with ```bash - cat ~/.gaiad/config/data/priv_validator_state.json | jq '.height' + cat ~/.gaiad/data/priv_validator_state.json | jq '.height' ``` ```bash @@ -378,4 +378,4 @@ State Sync Configuration in your `.gaia/config/app.toml` snapshot-interval = 0 # snapshot-keep-recent specifies the number of recent snapshots to keep and serve (0 to keep all). snapshot-keep-recent = 2 -``` \ No newline at end of file +```