Skip to content

Commit

Permalink
FIX: typo (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
npinto authored Feb 17, 2021
1 parent 06de7eb commit 6d0d2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migration/cosmoshub-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
```

0 comments on commit 6d0d2fe

Please sign in to comment.