Skip to content

Commit

Permalink
change capoability order
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed May 10, 2024
1 parent ad091c8 commit a2b4718
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -680,10 +680,9 @@ func New(
// there is nothing left over in the validator fee pool, so as to keep the
// CanWithdrawInvariant invariant.
// NOTE: staking module is required if HistoricalEntries param > 0

app.mm.SetOrderBeginBlockers(
upgradetypes.ModuleName,
capabilitytypes.ModuleName,
upgradetypes.ModuleName,
evmtypes.ModuleName,
distrtypes.ModuleName,
slashingtypes.ModuleName,
Expand All @@ -710,14 +709,14 @@ func New(
consensusparamtypes.ModuleName,
)
app.mm.SetOrderEndBlockers(
capabilitytypes.ModuleName,
banktypes.ModuleName,
authtypes.ModuleName,
upgradetypes.ModuleName,
distrtypes.ModuleName,
slashingtypes.ModuleName,
evidencetypes.ModuleName,
stakingtypes.ModuleName,
capabilitytypes.ModuleName,
vestingtypes.ModuleName,
govtypes.ModuleName,
paramstypes.ModuleName,
Expand Down

0 comments on commit a2b4718

Please sign in to comment.