Function: _redeemFromReserves(uint256 reservesAmount, address toToken, address recipient)
Redeems from reserves.
Inputs
reservesAmountControl: Full.
Constraints: None.
Impact: Amount of reserves to redeem.
toTokenControl: Full.
Constraints: None.
Impact: Desired
toToken(sDAI or DAI).
recipientControl: Full.
Constraints: None.
Impact: Recipient.
Branches and code coverage
Intended branches
Redeems if token is DAI.
Negative behavior
Invalid if tokens are neither DAI or sDAI.