Skip to content

Commit

Permalink
trigger ci manually
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Nov 11, 2024
1 parent f455935 commit fce9af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (app SimApp) RegisterUpgradeHandlers() {
},
}

// configure store loader that checks if version == upgradeHeight and applies store upgrades
// configure store loader that checks if version == upgradeHeight and applies store upgrades.
app.SetStoreLoader(upgradetypes.UpgradeStoreLoader(upgradeInfo.Height, &storeUpgrades))
}
}

0 comments on commit fce9af7

Please sign in to comment.