Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jan 13, 2025
1 parent 320d87e commit e9416c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simapp/v2/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ import (
)

// UpgradeName defines the on-chain upgrade name for the sample SimApp upgrade
// from v0.50.x to v0.52.x
// from v0.50.x to v2
//
// NOTE: This upgrade defines a reference implementation of what an upgrade
// could look like when an application is migrating from Cosmos SDK version
// v0.50.x to v0.52.x.
const UpgradeName = "v050-to-v052"
// v0.50.x to v2.
const UpgradeName = "v050-to-v2"

func (app *SimApp[T]) RegisterUpgradeHandlers() {
app.UpgradeKeeper.SetUpgradeHandler(
Expand Down

0 comments on commit e9416c4

Please sign in to comment.