Skip to content

Commit

Permalink
Due to halted chain, 0.2.1 has not run yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtps committed Mar 12, 2021
1 parent 4b59389 commit 3c3cb81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ type appUpgrade struct {

var handlers = map[string]appUpgrade{
"v0.2.0": {},
"v0.2.1": {},
"v0.2.2": {
"v0.2.1": {
Handler: func(app *App, ctx sdk.Context, plan upgradetypes.Plan) {
app.MarkerKeeper.SetParams(ctx, markertypes.DefaultParams())
},
Expand Down

0 comments on commit 3c3cb81

Please sign in to comment.