Skip to content

Commit 82d14df

Browse files
committed
Improved documentation of Chaosnet.addBetaOperators
Made it clear that operator once added can not be removed.
1 parent 8784ec1 commit 82d14df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

contracts/Chaosnet.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ contract Chaosnet {
4343
}
4444

4545
/// @notice Adds beta operator to chaosnet. Can be called only by the
46-
/// chaosnet owner when the chaosnet is active.
46+
/// chaosnet owner when the chaosnet is active. Once the operator is added
47+
/// as a beta operator, it can not be removed.
4748
function addBetaOperators(address[] calldata operators)
4849
public
4950
onlyOnChaosnet

0 commit comments

Comments
 (0)