Skip to content

Commit

Permalink
Update packages/proof/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Giacomo <[email protected]>
  • Loading branch information
cedoor and 0xjei committed Jan 12, 2024
1 parent 5cf4226 commit ac26789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/proof/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ group.addMembers([...identityCommitments, identity.generateCommitment()])

const fullProof1 = await generateProof(identity, group, message, scope)

// You can also specify the maximum shaft depth supported by the proof.
// You can also specify the maximum tree depth supported by the proof.
const fullProof2 = await generateProof(identity, group, message, scope, 20)

// You can also specify the default zkey/wasm files.
Expand Down

0 comments on commit ac26789

Please sign in to comment.