Skip to content

Commit

Permalink
Clarify EASGatekeeper description
Browse files Browse the repository at this point in the history
  • Loading branch information
samajammin authored Feb 9, 2024
1 parent e38eb77 commit 9490a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/gatekeepers/EASGatekeeper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { IEAS } from "../interfaces/IEAS.sol";

/// @title EASGatekeeper
/// @notice A gatekeeper contract which allows users to sign up to MACI
/// only if they own an attestation from a valid schema and trusted attester.
/// only if they've received an attestation of a specific schema from a trusted attester
contract EASGatekeeper is SignUpGatekeeper, Ownable {
// the reference to the EAS contract
IEAS private immutable eas;
Expand Down

0 comments on commit 9490a43

Please sign in to comment.