We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96b758 commit 5af2028Copy full SHA for 5af2028
app/app.go
@@ -657,7 +657,6 @@ func NewEthermintApp(
657
// NOTE: staking module is required if HistoricalEntries param > 0
658
// NOTE: capability module's beginblocker must come before any modules using capabilities (e.g. IBC)
659
app.ModuleManager.SetOrderBeginBlockers(
660
- upgradetypes.ModuleName,
661
feemarkettypes.ModuleName,
662
evmtypes.ModuleName,
663
minttypes.ModuleName,
@@ -695,7 +694,6 @@ func NewEthermintApp(
695
694
authz.ModuleName,
696
feegrant.ModuleName,
697
paramstypes.ModuleName,
698
699
vestingtypes.ModuleName,
700
consensusparamtypes.ModuleName,
701
pooltypes.ModuleName,
0 commit comments