Function: initiateAuthorityUpdate(address _newAuthority)
This function is used to set a new authority address.
Inputs
_newAuthority
Control: 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
_newAuthority
is the zero address.