Function: removeMetaVestFromSet(string _name, address _metaVest)
This function is used to remove a metavest from the set.
Inputs
_nameControl: Arbitrary.
Constraints: None.
Impact: Name of the metavest.
_metaVestControl: Arbitrary.
Constraints: None.
Impact: Address of the metavest.
Branches and code coverage
Intended branches
Remove the
_metaVestfrom thesetsmapping for the_name.
Negative behavior
Revert if the caller is not the authority.
Revert if the
_namedoes not exist in thesetNamesmapping.