You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this happens, it will be difficult to create a 3rd party contract for the position NFT in the future. How about changing it to _isApprovedOrOwner as shown below?
referenced :
ConcentratedLiquidityPoolManager.sol
Is there any reason why it is possible to call only
msg.sender
?If this happens, it will be difficult to create a 3rd party contract for the position NFT in the future. How about changing it to
_isApprovedOrOwner
as shown below?RELATED CODES
trident/contracts/pool/concentrated/ConcentratedLiquidityPoolManager.sol
Lines 92 to 94 in 8b183b1
trident/contracts/pool/concentrated/ConcentratedLiquidityPoolManager.sol
Lines 128 to 136 in 8b183b1
trident/contracts/pool/concentrated/ConcentratedLiquidityPoolManager.sol
Lines 167 to 172 in 8b183b1
The text was updated successfully, but these errors were encountered: