Skip to content

Commit ab9d53f

Browse files
authored
add binary tag for compilation (#138)
1 parent f97118a commit ab9d53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuits/linked/multiQuery.circom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ template LinkedMultiQuery(N, claimLevels, maxValueArraySize) {
3838
/////////////////////////////////////////////////////////////////
3939

4040
// get safe one values to be used in ForceEqualIfEnabled
41-
signal one <== SafeOne()(linkNonce); // 7 constraints
41+
signal {binary} one <== SafeOne()(linkNonce); // 7 constraints
4242

4343
// get claim header
4444
component issuerClaimHeader = getClaimHeader(); // 300 constraints

0 commit comments

Comments
 (0)