Division before multiplication will cause precision loss in baseOracleCircuitBreaker()
function.
In the function baseOracleCircuitBreaker()
of LibOracle.sol
there is a division before multiplication. It is generally known that division before the multiplication will cause precision loss,
in the above line there is precision loss
The impact will be that the baseOracleCircuitBreaker()
function will not work as intended
Manual Review
Do not divide before multiply.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.