Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amityadav0 committed Jun 26, 2024
1 parent b1a5e9f commit 77accb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/leveragelp/keeper/position.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ func (k Keeper) DestroyPosition(ctx sdk.Context, positionAddress string, id uint
if openCount != 0 {
openCount--
}
openCount--

// Set open Position count
k.SetOpenPositionCount(ctx, openCount)
Expand Down

0 comments on commit 77accb8

Please sign in to comment.