totalBorrowed is incorrect because the getNormalizedDebt function returns an index value, not totalBorrowed amount.
The getNormalizedDebt function returns an index, not the totalBorrowed amount, as implemented in the LiquidityPool contract.
Using the index value instead of the totalBorrowed amount will cause incorrect calculations in getUtilizationRate, as this function should return the utilization of deposits. The index value will lead to incorrect results.
The totalBorrowed value is incorrect, leading to wrong calculations in getUtilizationRate, which will return an incorrect utilization rate.
Use the correct function to get the totalBorrowed value in the getUtilizationRate function.
Or modify the getNormalizedDebt function to return the totalBorrowed amount.
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.