Skip to content

Commit

Permalink
added oracle module to endblocker in app.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Aven Dauz authored and Aven Dauz committed Aug 15, 2021
1 parent b177c4a commit 6add767
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 @@ -448,7 +448,7 @@ func NewCRUDApp(
)

app.mm.SetOrderBeginBlockers(distr.ModuleName, slashing.ModuleName, oracle.ModuleName)
app.mm.SetOrderEndBlockers(gov.ModuleName, staking.ModuleName, aggregator.ModuleName, nft.ModuleName, curium.ModuleName, tax.ModuleName)
app.mm.SetOrderEndBlockers(gov.ModuleName, staking.ModuleName, aggregator.ModuleName, nft.ModuleName, curium.ModuleName, tax.ModuleName, oracle.ModuleName)

// Sets the order of Genesis - Order matters, genutil is to always come last
// NOTE: The genutils moodule must occur after staking so that pools are
Expand Down

0 comments on commit 6add767

Please sign in to comment.