Closed ChefMist closed 1 month ago
Per the discussion at https://github.com/pancakeswap/pancake-v4-core/pull/172#discussion_r1756291693
This PR basically remove owner() access to poolManager.collectProtocolFee(..). only the designated protocolFeeController can call poolManager.collectProtocolFee
owner()
poolManager.collectProtocolFee(..)
poolManager.collectProtocolFee
Closes https://github.com/pancakeswap/pancake-v4-core/issues/173
Per the discussion at https://github.com/pancakeswap/pancake-v4-core/pull/172#discussion_r1756291693
This PR basically remove
owner()
access topoolManager.collectProtocolFee(..)
. only the designated protocolFeeController can callpoolManager.collectProtocolFee
Closes https://github.com/pancakeswap/pancake-v4-core/issues/173