Function: removeFeeConfig(address depositContract, address depositToken)
This function is used to remove 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.
Branches and code coverage
Intended branches
Remove the fee configuration.
Negative behavior
Revert if the caller is not the contract owner.
Revert if the fee configuration does not exist.