Submitted by WatchPug
The reserves should be updated once LP tokens are burned to match the actual total bento shares hold by the pool.
However, the current implementation only updated reserves with the fees subtracted.
Makes the reserve0 and reserve1 smaller than the current balance0 and balance1.
As a result, many essential features of the contract will malfunction, includes swap() and mint().
ConcentratedLiquidityPool.sol#L263 L267
Change:
to:
sarangparikh22 (Sushi) confirmed
