Skip to content

Commit

Permalink
Update packages/contracts/contracts/SemaphoreWhistleblowing.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Cedoor <[email protected]>
  • Loading branch information
vplasencia and cedoor authored Sep 12, 2024
1 parent 18e72f6 commit b6ef35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/contracts/SemaphoreWhistleblowing.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ contract SemaphoreWhistleblowing is ISemaphoreWhistleblowing {
_;
}

/// @dev Initializes the Semaphore contract.
/// @dev Initializes the Semaphore instance.
/// @param _semaphore: Semaphore contract address.
constructor(ISemaphore _semaphore) {
semaphore = _semaphore;
Expand Down

0 comments on commit b6ef35e

Please sign in to comment.