Signature
Description
Deactivatesfeature. Emits FeatureDeactivated.
Dev: Reverts with DelegateCallNotAllowed when invoked via DELEGATECALL or CALLCODE.
Dev: Reverts with StaticCallNotAllowed when invoked under STATICCALL.
Dev: Reverts with Unauthorized when the caller is not the activation admin.
Dev: Reverts with AlreadyDeactivated when feature is already deactivated.
Param: feature Feature to deactivate.