Skip to content

Commit

Permalink
add to comment on kick params
Browse files Browse the repository at this point in the history
  • Loading branch information
gpsanant committed Jul 17, 2023
1 parent 70e0c7d commit 8210958
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ contract BLSRegistryCoordinatorWithIndices is Initializable, IBLSRegistryCoordin
* @param quorumNumbers are the bytes representing the quorum numbers that the operator is registering for
* @param pubkey is the BLS public key of the operator
* @param operatorKickParams are the parameters for the deregistration of the operator that is being kicked from each
* quorum that will be filled after the operator registers. It contains the pubkey and operators to swap with the kicked operator.
* quorum that will be filled after the operator registers. These parameters should include an operator, their pubkey,
* and ids of the operators to swap with the kicked operator.
*/
function registerOperatorWithCoordinator(
bytes calldata quorumNumbers,
Expand Down

0 comments on commit 8210958

Please sign in to comment.