The condition pools[poolId].lender != msg.sender
has been checked in Lender.sol::addToPool
, Lender.sol::removeFromPool
, Lender.sol::updateMaxLoanRatio
and Lender.sol::updateInterestRate
. Creating a modifier onlyPoolLender
and adding it to these functions is recommended.
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.