Skip to content

Commit

Permalink
attempt to fix test-sim-multi-seed-short simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Treglia committed Apr 14, 2020
1 parent a488423 commit 1ff1a01
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 @@ -269,7 +269,7 @@ func NewGaiaApp(
// there is nothing left over in the validator fee pool, so as to keep the
// CanWithdrawInvariant invariant.

app.mm.SetOrderBeginBlockers(upgrade.ModuleName, mint.ModuleName, distr.ModuleName, slashing.ModuleName, staking.ModuleName)
app.mm.SetOrderBeginBlockers(upgrade.ModuleName, mint.ModuleName, distr.ModuleName, slashing.ModuleName)
app.mm.SetOrderEndBlockers(crisis.ModuleName, gov.ModuleName, staking.ModuleName)

// NOTE: The genutils module must occur after staking so that pools are
Expand Down

0 comments on commit 1ff1a01

Please sign in to comment.