Currently stake is reduced while adding liquidity, in the token.transfer handler. However if the transfer is due to adding liquidity then the stake is still held by the LP provider, so it shouldn't be reduced.
In that case same while removing liquidity, stake should not be added.
Currently stake is reduced while adding liquidity, in the token.transfer handler. However if the transfer is due to adding liquidity then the stake is still held by the LP provider, so it shouldn't be reduced.
In that case same while removing liquidity, stake should not be added.