code-423n4 / 2021-12-nftx-findings

0 stars 0 forks source link

NFTXMarketplaceZap: incorrect parameter name #228

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Handle

GreyArt

Vulnerability details

Impact

In the function _sellVaultTokenETH, the parameter minWethOut should be minEthOut

Recommended Mitigation Steps

Replace minWethOut with minEthOut

dmvt commented 2 years ago

This is a code style / clarity issue and is therefore non-critical.