he LendingPool
does not call the depositRAACFromPool
function, but it has the onlyLiquidityPool
modifier.
The depositRAACFromPool
function has a modifier that allows only onlyLiquidityPool
(i.e., LendingPool
) to call it. However, there is no implementation in the LendingPool
contract that calls the `depositRAACFromPool` function.
The LendingPool
will not be able to send RAACTokens to the StabilityPool
since it does not call the depositRAACFromPool
function anywhere in the contract.
1. RAACTokens cannot be transfered from LendingPool
to StabilityPool
.
The LendingPool
cannot transfer RAACTokens to the StabilityPool
because it never invokes the depositRAACFromPool
function within the contract.
Manual Review
1. Add the depositRAACFromPool
function call in the LendingPool where it is necessary.
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.