Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Apr 26, 2024
1 parent cdc24cb commit b00e2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ func New(
consensusparamtypes.ModuleName,
// NOTE: crisis module must go at the end to check for invariants on each module
crisistypes.ModuleName,
e2ee.ModuleName,
e2eetypes.ModuleName,
}

app.ModuleManager.SetOrderPreBlockers(
Expand Down

0 comments on commit b00e2ca

Please sign in to comment.