v3-periphery
v3-periphery copied to clipboard
Any reason why createAndInitializePoolIfNecessary is payable ?
https://github.com/Uniswap/v3-periphery/blob/22a7ead071fff53f00d9ddc13434f285f4ed5c7d/contracts/base/PoolInitializer.sol#L13-L18
This method is payable, but it doesn't look likes it uses ETH at all. Any reason why this method is payable ?