Skip to content

Commit

Permalink
chore: nullifier root fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SwatiEY committed Sep 13, 2024
1 parent 2e01f09 commit d01dbe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class FunctionBoilerplateGenerator {
for (uint i = 0; i < vk.length; i++) {
vks[i] = vk[i];
}
newNullifierRoot = Initial_NullifierRoot;`,
`,
];
},

Expand Down

0 comments on commit d01dbe2

Please sign in to comment.