UserVault.sol#L80-L85
The onlyReadyForWithdrawal modifier is used to check if the vault can be withdrawn and the permitted caller is call it. However, this check is performed in internal function, making it repeatedly call for the same _vaultId when users withdraw more than 1 token.
