Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Feb 23, 2024
1 parent f3e7672 commit a1de186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circuits/lib/utils/queryHash.circom
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ template QueryHash(maxValueArraySize) {
signal input claimPathKey;
signal input valueArraySize;
signal input merklized;
signal input verifierID;
signal input isRevocationChecked;
signal input verifierID;
signal input nullifierSessionID;

signal output out;
Expand Down
2 changes: 1 addition & 1 deletion circuits/onchain/credentialAtomicQueryV3OnChain.circom
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ template credentialAtomicQueryV3OnChain(issuerLevels, claimLevels, maxValueArray
claimPathKey,
valueArraySize,
merklized,
verifierID,
isRevocationChecked,
verifierID,
nullifierSessionID
);

Expand Down

0 comments on commit a1de186

Please sign in to comment.