Skip to content

Commit be1b8ef

Browse files
authored
fix lint (#1323)
1 parent 24790ff commit be1b8ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

protocol/x/clob/keeper/equity_tier_limit.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ func (k Keeper) getEquityTierLimitForSubaccount(
9595
return equityTierLimit, nil, nil
9696
}
9797

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

0 commit comments

Comments
 (0)