mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-08 21:18:09 -05:00
fix: use and instead of or
This commit is contained in:
@@ -26,7 +26,7 @@ contract DKIMRegistry is IDKIMRegistry, Ownable {
|
||||
bytes32 publicKeyHash
|
||||
) public view returns (bool) {
|
||||
return
|
||||
dkimPublicKeyHashes[domainNameHash][publicKeyHash] ||
|
||||
dkimPublicKeyHashes[domainNameHash][publicKeyHash] &&
|
||||
!revokedDKIMPublicKeyHashes[publicKeyHash];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user