Function: suspendToken(address _token)
Suspends registration for a token (LToken) added.
Inputs
_token
Control: Completely controlled by caller.
Constraints: Token must be present in
tokens
.Impact: Token to be suspended.
Branches and code coverage (including function calls)
Intended branches
Token removed successfully.
Negative behavior
Revert if not called by minter.
Revert if not whitelisted.
Revert if already suspended.
Revert if zero address.