Uniswap / v4-periphery

🦄 🦄 🦄 🦄 Peripheral smart contracts for interacting with Uniswap v4
https://blog.uniswap.org/uniswap-v4
MIT License
716 stars 496 forks source link

fix: explicitly mark visibility of state for actions constants #381

Open three9s opened 1 month ago

three9s commented 1 month ago

Related Issue

380

Description of changes

In Solidity, the visibly keyword needs to be specified. It defaults to internal if not specified, so that is correct to make this a no-op change.