diff --git a/x/bank/legacy/v043/store.go b/x/bank/legacy/v043/store.go index f22901b9cc..a57907b205 100644 --- a/x/bank/legacy/v043/store.go +++ b/x/bank/legacy/v043/store.go @@ -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. diff --git a/x/distribution/legacy/v043/store.go b/x/distribution/legacy/v043/store.go index 1cb78ea0be..4448c59b75 100644 --- a/x/distribution/legacy/v043/store.go +++ b/x/distribution/legacy/v043/store.go @@ -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. diff --git a/x/gov/legacy/v043/store.go b/x/gov/legacy/v043/store.go index 1658af56c8..c5da33d951 100644 --- a/x/gov/legacy/v043/store.go +++ b/x/gov/legacy/v043/store.go @@ -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. diff --git a/x/slashing/legacy/v043/store.go b/x/slashing/legacy/v043/store.go index 4737315e98..daee1d3fc1 100644 --- a/x/slashing/legacy/v043/store.go +++ b/x/slashing/legacy/v043/store.go @@ -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.