Skip to content

Commit

Permalink
Merge branch 'master' into sunny/blond-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Jun 1, 2021
2 parents d1a2331 + d7c5bc5 commit c743dc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion x/bank/legacy/v043/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion x/distribution/legacy/v043/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion x/gov/legacy/v043/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion x/slashing/legacy/v043/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c743dc0

Please sign in to comment.