Update migrate.md (#1256)

from  
kvd export --for-zero-height --height 1610471 > export-genesis.json
to 
kava export --for-zero-height --height 1610471 > export-genesis.json
This commit is contained in:
iammelea 2022-05-25 18:12:46 +02:00 committed by GitHub
parent 23bf19efb0
commit 9b15b1c2e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ kava version --long
# go: go version go1.17.1 linux/amd64
# export genesis using v0.16.x
kvd export --for-zero-height --height 1610471 > export-genesis.json
kava export --for-zero-height --height 1610471 > export-genesis.json
```
**Note:** This can take a while!