Closed detectivekim closed 1 year ago
There are conditional checks prior to the additions and subtractions performed such that there will be no integer under/overflow issues.
Wrap the function in an unchecked block.
Details
There are conditional checks prior to the additions and subtractions performed such that there will be no integer under/overflow issues.
Mitigation
Wrap the function in an unchecked block.