Skip to content

Commit

Permalink
Merge pull request #166 from provenance-io/mtps/recut-021-to-fix-halt
Browse files Browse the repository at this point in the history
Due to halted chain, 0.2.1 has not run yet.
  • Loading branch information
mtps authored Mar 15, 2021
2 parents 4b59389 + 3c3cb81 commit a8285a1
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 a8285a1

Please sign in to comment.