RToken#rescueToken() is not called in LendingPool. Thus this function is disabled.
The RToken
contract includes a rescueToken()
function designed to recover mistakenly sent ERC20 tokens. However, this function is never called within LendingPool
, making it inaccessible from the primary protocol contract.
Since only the Reserve Pool (LendingPool) can invoke rescueToken()
, failing to provide an interface in LendingPool
means there is no way to trigger token recovery.
If tokens are mistakenly sent to RToken
, they become permanently stuck.
Function disabled and mistaken tokens sent will be stuck permanently.
manual
Add a rescueTokenFromRToken() Function in LendingPool That Calls RToken#rescueToken()
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.