Closed code423n4 closed 2 years ago
SPLITTING REQUIRE() STATEMENTS THAT USE && SAVES GAS :-
File: lending-market/contracts/ComptrollerG7.sol (line 961) :-
`require(numMarkets != 0 && numMarkets == numBorrowCaps, "invalid input");`
Warden submitted multiple Gas Optimizations. Will not be judged.
SPLITTING REQUIRE() STATEMENTS THAT USE && SAVES GAS :-
File: lending-market/contracts/ComptrollerG7.sol (line 961) :-