Skip to content

Commit

Permalink
slashing hook removed from staking keeper
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsingh33 committed Jul 8, 2024
1 parent d4a28b0 commit 5e021f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,7 @@ func New(
// ),
// )
app.StakingKeeper.SetHooks(
stakingtypes.NewMultiStakingHooks(app.DistrKeeper.Hooks(),
app.SlashingKeeper.Hooks()),
stakingtypes.NewMultiStakingHooks(app.DistrKeeper.Hooks()),
)

// Add ICS Consumer Keeper
Expand Down

0 comments on commit 5e021f6

Please sign in to comment.