Skip to content

Commit

Permalink
Remove broken hook
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBolten committed Nov 11, 2022
1 parent 406a9cd commit a89d067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func NewGravityApp(
stakingtypes.NewMultiStakingHooks(
app.distrKeeper.Hooks(),
app.slashingKeeper.Hooks(),
app.gravityKeeper.Hooks(),
//app.gravityKeeper.Hooks(), TODO(bolten): this hook is broken, do not set it, to be fixed
),
)

Expand Down

0 comments on commit a89d067

Please sign in to comment.