From 82d14dfbc04155f3dc01dcfdbd5f638fda27fc39 Mon Sep 17 00:00:00 2001 From: Piotr Dyraga Date: Thu, 22 Sep 2022 12:09:39 +0200 Subject: [PATCH] Improved documentation of Chaosnet.addBetaOperators Made it clear that operator once added can not be removed. --- contracts/Chaosnet.sol | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contracts/Chaosnet.sol b/contracts/Chaosnet.sol index 47e1880..90d1b0d 100644 --- a/contracts/Chaosnet.sol +++ b/contracts/Chaosnet.sol @@ -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