Description
rebalance() in glAVAX deposits to the ReservePool if there is available liquidity (balance) and the currentReserves are smaller than the reserveTarget.
The problem is that the ReservePool reverts when trying to withdraw 0, which is the case if currentReserves == reserveTarget.
Status
Currently being reviewed by the team.