Update zokrates_book/src/rng_tutorial.md
Co-authored-by: Thibaut Schaeffer <schaeffer.thibaut@gmail.com>
This commit is contained in:
parent
6994c1c012
commit
fbb7065e63
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue