20,000 USDC
View results
Submission Details
Severity: gas
Valid

[I-07] - Create the `onlyLender` modifier and use with this functions for better readability.

Details

There are many functions which use this line at the top;

if (pools[poolId].lender != msg.sender) revert Unauthorized();

Which repeats the code and decreases the readability. Using the onlyLender modifier with these functions can increase the readability and remove the repeated code.

Recommendations

Use the onlyLender modifier with the above mentioned functions.

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.