fix mpc integration test
This commit is contained in:
parent
99f08015a1
commit
9283aceeaf
1 changed files with 2 additions and 2 deletions
|
@ -34,5 +34,5 @@ zokrates mpc export -i final.params
|
|||
|
||||
# use the keys to generate proofs and verify
|
||||
zokrates compute-witness -i circuit -a 123456789 987654321 --verbose
|
||||
zokrates generate-proof -i circuit
|
||||
zokrates verify
|
||||
zokrates generate-proof -i circuit -b bellman
|
||||
zokrates verify -b bellman
|
Loading…
Reference in a new issue