1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

Update zokrates_book/src/rng_tutorial.md

Co-authored-by: Thibaut Schaeffer <schaeffer.thibaut@gmail.com>
This commit is contained in:
qbzzt 2020-11-16 14:41:04 +02:00 committed by GitHub
parent 6994c1c012
commit fbb7065e63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -311,7 +311,7 @@ I assume you already have them installed, and the Ganache blockchains is running
```javascript
proof = JSON.parse(fs.readFileSync( << put the path name here >>))
```
1. Verify the proof. See you get the result `true`.
1. Verify the proof. Check that you get the result `true`.
```javascript
await contract.verifyTx(proof.proof.a, proof.proof.b, proof.proof.c, proof.inputs)
```