Skip to content

Commit 5af2028

Browse files
committed
rm upgrade mod
1 parent b96b758 commit 5af2028

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/app.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ func NewEthermintApp(
657657
// NOTE: staking module is required if HistoricalEntries param > 0
658658
// NOTE: capability module's beginblocker must come before any modules using capabilities (e.g. IBC)
659659
app.ModuleManager.SetOrderBeginBlockers(
660-
upgradetypes.ModuleName,
661660
feemarkettypes.ModuleName,
662661
evmtypes.ModuleName,
663662
minttypes.ModuleName,
@@ -695,7 +694,6 @@ func NewEthermintApp(
695694
authz.ModuleName,
696695
feegrant.ModuleName,
697696
paramstypes.ModuleName,
698-
upgradetypes.ModuleName,
699697
vestingtypes.ModuleName,
700698
consensusparamtypes.ModuleName,
701699
pooltypes.ModuleName,

0 commit comments

Comments
 (0)