Function: setTreasuryAddress(address newTreasury)
This function is used to set the treasury address.
Inputs
newTreasuryControl: Arbitrary.
Constraints: None.
Impact: Address of the new treasury.
Branches and code coverage
Intended branches
Updates
sAlkimiyaTreasurywithnewTreasury.
Negative behavior
Reverts if the caller is not the owner.
Reverts if
newTreasuryis the zero address.