Skip to content

Commit

Permalink
Merge branch 'release/v0.2.x' of github.com:provenance-io/provenance …
Browse files Browse the repository at this point in the history
…into release/v0.2.1
  • Loading branch information
mtps committed Mar 15, 2021
2 parents 74875ac + a8285a1 commit f00eeda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ var handlers = map[string]appUpgrade{
"v0.2.0": {},
"v0.2.1": {
Handler: func(app *App, ctx sdk.Context, plan upgradetypes.Plan) {
existing := app.MarkerKeeper.GetParams(ctx)
existing.UnrestrictedDenomRegex = markertypes.DefaultUnrestrictedDenomRegex
app.MarkerKeeper.SetParams(ctx, existing)
app.MarkerKeeper.SetParams(ctx, markertypes.DefaultParams())
},
},

Expand Down

0 comments on commit f00eeda

Please sign in to comment.