Skip to content

Commit

Permalink
Remove obsolete TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriianChestnykh committed Feb 7, 2025
1 parent f60a6a8 commit 6446f66
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ abstract contract CredentialAtomicQueryV2ValidatorBase is CredentialAtomicQueryV
);
}

// TODO: add support for query to specific userID and then verifying it

_checkMerklized(pubSignals.merklized, credAtomicQuery.claimPathKey);
_checkAllowedIssuers(pubSignals.issuerID, credAtomicQuery.allowedIssuers);
_checkProofExpiration(pubSignals.timestamp);
Expand Down

0 comments on commit 6446f66

Please sign in to comment.