Skip to content

Commit

Permalink
fix: 🐛 disable incentive module hook causing panic (#75)
Browse files Browse the repository at this point in the history
due to non initiated params
  • Loading branch information
cosmic-vagabond authored May 11, 2023
1 parent 1245e69 commit 2c8ee4c
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 @@ -663,7 +663,7 @@ func NewElysApp(
// insert epoch hooks receivers here
app.OracleKeeper.Hooks(),
app.CommitmentKeeper.Hooks(),
app.IncentiveKeeper.Hooks(),
// app.IncentiveKeeper.Hooks(),
app.BurnerKeeper.Hooks(),
),
)
Expand Down

0 comments on commit 2c8ee4c

Please sign in to comment.