Skip to content

Commit

Permalink
Improved documentation of Chaosnet.addBetaOperators
Browse files Browse the repository at this point in the history
Made it clear that operator once added can not be removed.
  • Loading branch information
pdyraga committed Sep 22, 2022
1 parent 8784ec1 commit 82d14df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/Chaosnet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ contract Chaosnet {
}

/// @notice Adds beta operator to chaosnet. Can be called only by the
/// chaosnet owner when the chaosnet is active.
/// chaosnet owner when the chaosnet is active. Once the operator is added
/// as a beta operator, it can not be removed.
function addBetaOperators(address[] calldata operators)
public
onlyOnChaosnet
Expand Down

0 comments on commit 82d14df

Please sign in to comment.