Closed code423n4 closed 2 years ago
pauliax
queueActive in contract VaderPoolFactory is always false and there is no way to update this value so to save some gas consider getting rid of this state variable and just use a value of "false" when creating a new Pool.
Handle
pauliax
Vulnerability details
Impact
queueActive in contract VaderPoolFactory is always false and there is no way to update this value so to save some gas consider getting rid of this state variable and just use a value of "false" when creating a new Pool.