From a931af18880389102d6b70b85ade98a81b36bbe8 Mon Sep 17 00:00:00 2001 From: alrxy Date: Wed, 11 Dec 2024 17:17:00 +0400 Subject: [PATCH] fix: selfed middleware --- .../SelfRegisterEd25519Middleware.sol | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/examples/self-register-network/SelfRegisterEd25519Middleware.sol b/src/examples/self-register-network/SelfRegisterEd25519Middleware.sol index fa86a99..0bda53b 100644 --- a/src/examples/self-register-network/SelfRegisterEd25519Middleware.sol +++ b/src/examples/self-register-network/SelfRegisterEd25519Middleware.sol @@ -20,14 +20,14 @@ contract SelfRegisterEd25519Middleware is TimestampCapture, EqualStakePower { - /* - * @notice Constructor for initializing the SelfRegisterEd25519Middleware contract. - * @param network The address of the network. - * @param operatorRegistry The address of the operator registry. - * @param vaultRegistry The address of the vault registry. - * @param operatorNetOptin The address of the operator network opt-in service. - * @param owner The address of the contract owner. + /** + * @notice Constructor for initializing the SelfRegisterEd25519Middleware contract + * @param network The address of the network * @param slashingWindow The duration of the slashing window + * @param vaultRegistry The address of the vault registry + * @param operatorRegistry The address of the operator registry + * @param operatorNetOptin The address of the operator network opt-in service + * @param reader The address of the reader contract used for delegatecall */ constructor( address network,