contract : RToken
rescueToken
function is defined to rescue any tokens mistakenly sent to the RToken contract
excluding the RTkoen itself.
This function enforces a onlyReservePool
modifier,
which means the only allowed caller of this function is the LendingPool
The issue is , the absence of any method in LendingPool to call this rescueToken
function.
So there is no way to rescue the mistakenly sent tokens.
Add a function inside LendingPool to facilitat calling the rescueToken
function
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.