code-423n4 / 2021-11-vader-findings

0 stars 0 forks source link

Dead code #244

Closed code423n4 closed 2 years ago

code423n4 commented 2 years ago

Handle

pauliax

Vulnerability details

Impact

There are some variables that are never used. Remove them to save some gas or use where they were intended. Examples are:

    uint256 internal constant _MIN_SWAPS_EXECUTED = 10;
    uint256 internal constant _DEFAULT_SWAPS_EXECUTED = 50_00;
    uint256 internal constant _QUEUE_SIZE = 100;