Skip to content

Commit

Permalink
Removed redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Jan 27, 2025
1 parent e1ecd83 commit a2ae537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1147,10 +1147,10 @@ func (app *App) RegisterUpgradeHandlers() {
return migrations, err
}
SetExplicitModuleAccountPermissions(ctx, app.AccountKeeper)
err = ConfigureFeeMarketModule(ctx, app.FeeMarketKeeper)
/* err = ConfigureFeeMarketModule(ctx, app.FeeMarketKeeper)
if err != nil {
return migrations, err
}
} */
return migrations, nil
},
)
Expand Down

0 comments on commit a2ae537

Please sign in to comment.