Skip to content

Commit

Permalink
docs: fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Mar 20, 2024
1 parent b77feeb commit d147958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/versioned_docs/version-V4-beta/guides/proofs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import { generateProof } from "@semaphore-protocol/proof"
const scope = group.root
const message = 1

const proof = await generateProof(identity, group, externalNullifier, message)
const proof = await generateProof(identity, group, scope, message)
```

## Verify a proof
Expand Down

0 comments on commit d147958

Please sign in to comment.