QA Report #167
Labels
bug
Something isn't working
QA (Quality Assurance)
Assets are not at risk. State handling, function incorrect as to spec, issues with clarity, syntax
QA: No use of reentrancy modifier
https://github.com/Plex-Engineer/lending-market-v2/blob/ea5840de72eab58bec837bb51986ac73712fcfde/contracts/CNote.sol#L155
Reentrancy modifier is not used for any of functions in CNote.sol.
Better to remove the modifier to save gas, for no need. Better to redundant code.
The text was updated successfully, but these errors were encountered: