Function: setFeeRecipient(address depositContract, address depositToken, address feeRecipient)
This function is used to set the fee recipient of a fee configuration. This function can only be called by the contract owner.
Inputs
depositContractControl: Arbitrary.
Constraints: None.
Impact: Address of the deposit contract.
depositTokenControl: Arbitrary.
Constraints: None.
Impact: Address of the deposit token.
feeRecipientControl: Arbitrary.
Constraints: Nonzero.
Impact: Address of the fee recipient.
Branches and code coverage
Intended branches
Update the fee recipient.
Negative behavior
Revert if the caller is not the contract owner.
Revert if the fee configuration does not exist.