Skip to content

Commit

Permalink
Upgrade, codename: INDICA
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal authored Apr 23, 2021
1 parent 0e1e800 commit 5623431
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ func New(
app.GetSubspace(crisistypes.ModuleName), invCheckPeriod, app.BankKeeper, authtypes.FeeCollectorName,
)
app.UpgradeKeeper = upgradekeeper.NewKeeper(skipUpgradeHeights, keys[upgradetypes.StoreKey], appCodec, homePath)
app.UpgradeKeeper.SetUpgradeHandler("indica", func(ctx sdk.Context, plan upgradetypes.Plan) {
//Change to indica codename version
})


// register the staking hooks
// NOTE: stakingKeeper above is passed by reference, so that it will contain these hooks
Expand Down

0 comments on commit 5623431

Please sign in to comment.