Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jayy04 committed Feb 28, 2024
1 parent b733c1a commit 1473914
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions protocol/x/clob/keeper/orders.go
Original file line number Diff line number Diff line change
Expand Up @@ -962,9 +962,6 @@ func (k Keeper) AddOrderToOrderbookCollatCheck(
// Retrieve the associated `PerpetualId` for the `ClobPair`.
perpetualId := clobPair.MustGetPerpetualId()

// TODO(DEC-1713): Complete as many calculations from getPessimisticCollateralCheckPrice as possible here
// so we aren't recalculating the same thing within the loop.

iterateOverOpenOrdersStart := time.Now()
for subaccountId, openOrders := range subaccountOpenOrders {
telemetry.SetGauge(
Expand Down

0 comments on commit 1473914

Please sign in to comment.