Function: initiateAuthorityUpdate(address _newAuthority)
This function is used to set a new authority address.
Inputs
_newAuthorityControl: Arbitrary.
Constraints: None.
Impact: Address of the new authority.
Branches and code coverage
Intended branches
Update the
_pendingAuthority.
Negative behavior
Revert if the caller is not the authority.
Revert if the
_newAuthorityis the zero address.