v3-core
                                
                                
                                
                                    v3-core copied to clipboard
                            
                            
                            
                        Can't sell reflection token
I implemented tax token which takes take from transfer tokens.
When buy tax token, it works well. cuz token contract takes tax from amount for seller.
But when sell tax token, token contract takes tax from amount for pool, UniswapV3 returns IIA error to me.
In uniswapV2, I used swapExactTokensForETHSupportingFeeOnTransferTokens function to avoid above issue.
But I couldn't find any function like that.
Let me know what I should do to fix this issue.
didn't found out a way to solve that issue.