Description
Vault::withdraw() transfers funds to an user if address(this)).balance >= amount, which may transfer funds resulting from fees.
Recommendation
Replace the check by address(this)).balance - totalFees >= amount to make sure fees can always be withdrawn.
Status
Addressed in #cdd25c9.