Skip to content

Commit

Permalink
fix: selfed middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
alrxy committed Dec 11, 2024
1 parent 48828bb commit a931af1
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a931af1

Please sign in to comment.