Multiplying the result of division #274
Labels
1 (Low Risk)
Assets are not at risk. State handling, function incorrect as to spec, issues with comments
bug
Something isn't working
duplicate
This issue or pull request already exists
Handle
Czar102
Vulnerability details
Impact
In
BasketFacet::calcOutStandingAnnualizedFee()
the return value is a result of the multiplication of a quotient. This may result in small rounding errors.Recommended Mitigation Steps
Consider dividing at the end.
The text was updated successfully, but these errors were encountered: