Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
amityadav0 committed Dec 10, 2024
1 parent 0437b05 commit 9ac7258
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions x/commitment/keeper/commitments.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,6 @@ func (k Keeper) BurnEdenBoost(ctx sdk.Context, creator sdk.AccAddress, denom str
amount = amount.Sub(claimedRemovalAmount)
if amount.IsZero() {
k.SetCommitments(ctx, commitments)

if k.hooks != nil {
err = k.hooks.CommitmentChanged(ctx, creator, sdk.Coins{sdk.NewCoin(denom, amount)})
if err != nil {
return err
}
}
return nil
}

Expand Down

0 comments on commit 9ac7258

Please sign in to comment.