fix typo, v0.42 -> v0.43 (#9430)

Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
colin axnér 2021-06-01 09:48:19 +02:00 committed by GitHub
parent 7abd781fc9
commit d7c5bc5f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -69,7 +69,7 @@ func migrateBalanceKeys(store sdk.KVStore) {
}
}
// MigrateStore performs in-place store migrations from v0.40 to v0.42. The
// MigrateStore performs in-place store migrations from v0.40 to v0.43. The
// migration includes:
//
// - Change addresses to be length-prefixed.

View File

@ -5,7 +5,7 @@ import (
v040distribution "github.com/cosmos/cosmos-sdk/x/distribution/legacy/v040"
)
// MigrateStore performs in-place store migrations from v0.40 to v0.42. The
// MigrateStore performs in-place store migrations from v0.40 to v0.43. The
// migration includes:
//
// - Change addresses to be length-prefixed.

View File

@ -65,7 +65,7 @@ func migrateStoreWeightedVotes(store sdk.KVStore, cdc codec.BinaryCodec) error {
return nil
}
// MigrateStore performs in-place store migrations from v0.40 to v0.42. The
// MigrateStore performs in-place store migrations from v0.40 to v0.43. The
// migration includes:
//
// - Change addresses to be length-prefixed.

View File

@ -6,7 +6,7 @@ import (
v040slashing "github.com/cosmos/cosmos-sdk/x/slashing/legacy/v040"
)
// MigrateStore performs in-place store migrations from v0.40 to v0.42. The
// MigrateStore performs in-place store migrations from v0.40 to v0.43. The
// migration includes:
//
// - Change addresses to be length-prefixed.