Open code423n4 opened 1 year ago
Issue mitigated M-10 https://github.com/code-423n4/2023-01-reserve-findings/issues/320
Typecasting is now done properly with the help of FixLib library
uint192 amtBaskets = supply > 0 ? basketsNeeded.muluDivu(amount, supply, CEIL) : _safeWrap(amount);
0xean marked the issue as satisfactory
Issue mitigated M-10 https://github.com/code-423n4/2023-01-reserve-findings/issues/320
Typecasting is now done properly with the help of FixLib library