Skip to content

Commit

Permalink
fuzz: place_order_pegged handle OpenOrdersFull err
Browse files Browse the repository at this point in the history
  • Loading branch information
skrrb committed Feb 12, 2024
1 parent 8d48815 commit b6b3174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/openbook-v2/fuzz/fuzz_targets/multiple_orders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ mod error_parser {
e if e == OpenBookError::InvalidOrderPostMarket.into() => Corpus::Keep,
e if e == OpenBookError::InvalidPostAmount.into() => Corpus::Keep,
e if e == OpenBookError::InvalidPriceLots.into() => Corpus::Keep,
e if e == OpenBookError::OpenOrdersFull.into() => Corpus::Keep,
e if e == OpenBookError::OraclePegInvalidOracleState.into() => Corpus::Keep,
e if e == OpenBookError::WouldSelfTrade.into() => Corpus::Keep,
e if e == TokenError::InsufficientFunds.into() => Corpus::Keep,
Expand Down

0 comments on commit b6b3174

Please sign in to comment.