Uniswap / universal-router

Uniswap's Universal Router for NFT and ERC20 swapping
GNU General Public License v3.0
410 stars 210 forks source link

optimisation: check recipient in WRAP_ETH #215

Closed hensha256 closed 1 year ago

hensha256 commented 1 year ago

Could add a check for recipient != address(this) before performing the transfer call

hensha256 commented 1 year ago

216