Add placeholder block height to migration guide

This commit is contained in:
Kevin Davis 2021-02-23 09:17:50 -07:00 committed by GitHub
parent 1249c315fe
commit 209c15dde9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ Kava developers will update this PR with the final block number when it is reach
1. Export State (this __MUST__ be done using __v0.12.2__, previous v0.12.x versions will not produce the same genesis hash!) 1. Export State (this __MUST__ be done using __v0.12.2__, previous v0.12.x versions will not produce the same genesis hash!)
```sh ```sh
kvd export --for-zero-height > export-genesis.json kvd export --for-zero-height --height [PLACEHOLDER] > export-genesis.json
``` ```
__Note:__ This can take a while! __Note:__ This can take a while!