Skip to content

Commit

Permalink
chore: bug fixed in split commitment circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
SwatiEY committed Mar 26, 2024
1 parent dc7e8bb commit 064e092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/common/splitCommitments.zok
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main(\
private field[32] oldCommitment_0_membershipWitness_siblingPath,\
private field newCommitment_0_owner_publicKey_field,\
private field newCommitment_0_salt_field,\
public field newCommitment_0_commitment\
public field newCommitment_0_commitment,\
private field newCommitment_1_owner_publicKey_field,\
private field newCommitment_1_salt_field,\
public field newCommitment_1_commitment\
Expand Down

0 comments on commit 064e092

Please sign in to comment.