Skip to content

Commit

Permalink
Merge pull request #204 from valorem-labs-inc/docs/fix-exercise-natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
neodaoist authored Apr 7, 2023
2 parents 30f1778 + 95efb7f commit 1d6c08b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ValoremOptionsClearinghouse.sol
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,8 @@ contract ValoremOptionsClearinghouse is ERC1155, IValoremOptionsClearinghouse {
/**
* @notice Performs fair exercise assignment via the pseudorandom selection of an
* unexercised or partially exercised bucket. If the exercise amount overflows into
* another bucket, the buckets are iterated from oldest to newest.
* another bucket, the buckets are iterated in a sequence which dynamically changes
* based on the evolving exercise state of all buckets for this option type.
*/
function _assignExercise(
uint256 optionId,
Expand Down

0 comments on commit 1d6c08b

Please sign in to comment.