From c94a9d80bb9a15492e23fdea68fbd151d9cfc0a7 Mon Sep 17 00:00:00 2001 From: Tobias Looker Date: Tue, 19 May 2020 19:51:25 +1200 Subject: [PATCH] docs: update api sample in readme (#110) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c92992a..476742a 100644 --- a/README.md +++ b/README.md @@ -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], }); ```