Function: setMerkleRoot(byte[32] _merkleRoot)
This function is used to set the new Merkle root. It is only callable by the owner.
Inputs
_merkleRootControl: Arbitrary
bytes32.Constraints: None.
Impact: New Merkle root.
Branches and code coverage
Intended branches
Update
merkleRoot.Emit the
MerkleRootUpdatedevent.
Negative behavior
Revert if the caller is not the owner.