Function: enableWithdrawals()
Function that enables the withdrawals.
Branches and code coverage (including function calls)
Intended branches
Set the
isWithdrawalsEnabledtotrue.
Negative behavior
Should not allow to enable withdrawals if they are already enabled.
Should not allow anyone other than the
withdrawalsEnablerto enable withdrawals.