From 064e0925989ae34a416e3e9d36bc9a765f65a6ff Mon Sep 17 00:00:00 2001 From: Swati Rawal Date: Tue, 26 Mar 2024 11:37:21 +0000 Subject: [PATCH] chore: bug fixed in split commitment circuit --- circuits/common/splitCommitments.zok | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuits/common/splitCommitments.zok b/circuits/common/splitCommitments.zok index 263302c22..1222147b3 100644 --- a/circuits/common/splitCommitments.zok +++ b/circuits/common/splitCommitments.zok @@ -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\