Function: initiateDaoUpdate(address __newDao)
This function is used to set a new DAO address.
Inputs
_newDao
Control: Arbitrary.
Constraints: None.
Impact: Address of the new DAO.
Branches and code coverage
Intended branches
Update the
_pendingDao
.
Negative behavior
Revert if the caller is not the DAO.
Revert if the
_newDao
is the zero address.