Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
OBrezhniev committed Dec 18, 2023
1 parent 333a4ad commit f6cfc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/linked/multiQuery.circom
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include "../lib/utils/claimUtils.circom";
include "../lib/utils/safeOne.circom";
include "../lib/utils/spongeHash.circom";

// This circuit generates nullifier for a given claim using linked proof
// This circuit processes multiple query requests at once for a given claim using linked proof
template LinkedMultiQuery(N, claimLevels, valueArraySize) {

// linked proof signals
Expand Down

0 comments on commit f6cfc9d

Please sign in to comment.