Open code423n4 opened 2 years ago
GreyArt
In the function _sellVaultTokenETH, the parameter minWethOut should be minEthOut
_sellVaultTokenETH
minWethOut
minEthOut
Replace minWethOut with minEthOut
This is a code style / clarity issue and is therefore non-critical.
Handle
GreyArt
Vulnerability details
Impact
In the function
_sellVaultTokenETH
, the parameterminWethOut
should beminEthOut
Recommended Mitigation Steps
Replace
minWethOut
withminEthOut