Browse Source

Update cli.js

Minor text changes of the snarkjs cli.
master
Carlos Perez 5 years ago
committed by GitHub
parent
commit
c6d00232ad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      cli.js

+ 2
- 2
cli.js

@ -169,11 +169,11 @@ generate call parameters
snarkjs generatecall <options> snarkjs generatecall <options>
Outputs into the console the raw parameters to be used in 'verifyProof' Outputs into the console the raw parameters to be used in 'verifyProof'
method of the solidity verifier.
method of the solidity verifier function.
-p or --proof -p or --proof
Input filenam with the zero knowlage proof you want to use
Input filename with the zero knowlage proof you want to use
Default: proof.json Default: proof.json

Loading…
Cancel
Save