Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikasr committed Mar 27, 2024
1 parent b41c346 commit 1df0cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/liquidationsV2/keeper/liquidate.go
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ func (k Keeper) RevokeDebtAuction(ctx sdk.Context) error {
if err != nil {
return err
}
k.DeleteLockedVault(ctx, 3, auction.LockedVaultId)
k.DeleteLockedVault(ctx, 2, auction.LockedVaultId)
}
}
}
Expand Down

0 comments on commit 1df0cb1

Please sign in to comment.