Skip to content

Commit

Permalink
docs: update api sample in readme (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
tplooker authored May 19, 2020
1 parent c5f3a9c commit c94a9d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@ const proof = blsCreateProof({
const isProofVerified = blsVerifyProof({
proof,
publicKey: keyPair.publicKey,
messageCount: messages.length,
messages: messages.slice(0, 1),
nonce: "nonce",
revealed: [0],
});
```

Expand Down

0 comments on commit c94a9d8

Please sign in to comment.