Skip to content

Commit

Permalink
Remove upgrade module when calling begin blocker
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Oct 29, 2024
1 parent c2ed002 commit 94b78ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ func New(
// NOTE: upgrade module must go first to handle software upgrades.
// NOTE: capability module's beginblocker must come before any modules using capabilities (e.g. IBC)
app.mm.SetOrderBeginBlockers(
upgradetypes.ModuleName,
capabilitytypes.ModuleName,
feemarkettypes.ModuleName,
evmtypes.ModuleName,
Expand Down

0 comments on commit 94b78ad

Please sign in to comment.