We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8784ec1 commit 82d14dfCopy full SHA for 82d14df
1 file changed
contracts/Chaosnet.sol
@@ -43,7 +43,8 @@ contract Chaosnet {
43
}
44
45
/// @notice Adds beta operator to chaosnet. Can be called only by the
46
- /// chaosnet owner when the chaosnet is active.
+ /// chaosnet owner when the chaosnet is active. Once the operator is added
47
+ /// as a beta operator, it can not be removed.
48
function addBetaOperators(address[] calldata operators)
49
public
50
onlyOnChaosnet
0 commit comments