Skip to content

Commit

Permalink
test fixes + explicit option balance check
Browse files Browse the repository at this point in the history
  • Loading branch information
Flip-Liquid authored Nov 16, 2022
1 parent fafa5ac commit ba90894
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 170 deletions.
6 changes: 0 additions & 6 deletions src/interfaces/IOptionSettlementEngine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ interface IOptionSettlementEngine {
*/
error ExerciseTooEarly(uint256 optionId, uint40 exercise);

/**
* @notice This option has no claims written against it.
* @param optionId Supplied option ID.
*/
error NoClaims(uint256 optionId);

/**
* @notice This claim is not owned by the caller.
* @param claimId Supplied claim ID.
Expand Down
Loading

0 comments on commit ba90894

Please sign in to comment.