From d7c5bc5f35505e1d64e9b3521067871947d55bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?colin=20axn=C3=A9r?= <25233464+colin-axner@users.noreply.github.com> Date: Tue, 1 Jun 2021 09:48:19 +0200 Subject: [PATCH] fix typo, v0.42 -> v0.43 (#9430) Co-authored-by: Marko --- x/bank/legacy/v043/store.go | 2 +- x/distribution/legacy/v043/store.go | 2 +- x/gov/legacy/v043/store.go | 2 +- x/slashing/legacy/v043/store.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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.