Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-dydx committed Apr 3, 2024
1 parent 24790ff commit 1d43205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protocol/x/clob/keeper/equity_tier_limit.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ func (k Keeper) getEquityTierLimitForSubaccount(
return equityTierLimit, nil, nil
}

// Deprecated: Equity tier limits were removed for short term orders. See https://github.com/dydxprotocol/v4-chain/pull/1318.
// Deprecated: Equity tier limits were removed for short term orders.
// See https://github.com/dydxprotocol/v4-chain/pull/1318.
//
// ValidateSubaccountEquityTierLimitForShortTermOrder returns an error if adding the order would exceed the equity
// tier limit on how many short term open orders a subaccount can have. Short-term fill-or-kill and immediate-or-cancel
Expand Down

0 comments on commit 1d43205

Please sign in to comment.