Skip to content

Commit

Permalink
v3: add missing public type header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wzmuda committed Sep 6, 2024
1 parent f8bb6d0 commit 18ead78
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/WorldIDIdentityManagerImplV3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ contract WorldIDIdentityManagerImplV3 is WorldIDIdentityManagerImplV2 {
emit WorldIDIdentityManagerImplV3Initialized();
}

///////////////////////////////////////////////////////////////////
/// IDENTITY MANAGEMENT ///
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// PUBLIC TYPES ///
///////////////////////////////////////////////////////////////////////////////

/// @notice Parameters for registerIdentities function.
/// @dev This struct holds the parameters for registering identities and verifying the insertion proof
Expand Down Expand Up @@ -124,6 +124,10 @@ contract WorldIDIdentityManagerImplV3 is WorldIDIdentityManagerImplV2 {
uint32 startIndex;
}

///////////////////////////////////////////////////////////////////
/// IDENTITY MANAGEMENT ///
///////////////////////////////////////////////////////////////////

/// @notice Registers identities into the WorldID system following the EIP-4844 scheme.
/// @dev Can only be called by the identity operator.
/// @dev Registration is performed off-chain and verified on-chain via insertion proof
Expand Down

0 comments on commit 18ead78

Please sign in to comment.