Closed code423n4 closed 2 years ago
pauliax
ILendingPool lp = getLp(); if (balanceOf() == 0) { return 0; }
Better check the balance and only then get the lending pool. When the balance is 0 it will skip the external call.
Dup #54
Handle
pauliax
Vulnerability details
Impact
Better check the balance and only then get the lending pool. When the balance is 0 it will skip the external call.