Skip to content

Commit

Permalink
chore: fixed a bug in split commitments
Browse files Browse the repository at this point in the history
  • Loading branch information
SwatiEY committed Mar 26, 2024
1 parent b319294 commit 1835592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boilerplate/common/commitment-storage.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ export async function splitCommitments(
.splitCommitments(
oldCommitment_nullifierRoot.integer,
oldCommitment_newNullifierRoot.integer,
[oldCommitment_0_nullifier.integer.integer],
[oldCommitment_0_nullifier.integer],
oldCommitment_root.integer,
[newCommitment_0.integer, newCommitment_1.integer],
proof,
Expand Down

0 comments on commit 1835592

Please sign in to comment.