Skip to content

Commit

Permalink
Add temp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-dydx committed Oct 3, 2023
1 parent 79eef26 commit 7f08f35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions protocol/x/clob/keeper/orders.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,11 @@ func (k Keeper) PlaceStatefulOrder(
return err
}

/*
Nonsense changes to see if AI code reviewer will catch it.
*/
fmt.Println("This should not be merged to main")

// 4. Perform a collateralization check for the full size of the order to mitigate spam.
// TODO(CLOB-725): Consider using a pessimistic collateralization check.
_, successPerSubaccountUpdate := k.AddOrderToOrderbookCollatCheck(
Expand Down

0 comments on commit 7f08f35

Please sign in to comment.