In this flow LiquidityPool::deposit => ReserveLibrary::deposit => updateInterestRatesAndLiquidity => updateReserveInterests will silently fail. Because, at the beginning of ReserveLibrary::deposit, updateReserveInterests is called:
Then, at the end of updateInterestRatesAndLiquidity
updateReserveInterests is called once again.
But due to the following lines in updateReserveInterests
Since timeDelta is still the same, this call will silently fail.
Remove the second call
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.