how to debug the error like "constraint #12364464 is not satisfied:... when call proof, err := groth16.Prove(r1cs, pk, witness)
#1184
xiangjianmeng
started this conversation in
General
Replies: 1 comment
-
So, when you run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered this error, when execute
proof, err := groth16.Prove(r1cs, pk, witness)
how to locate which constraint is incorrect in circuit. Circuit could be executed successfully in unit test test.IsSolved.
Beta Was this translation helpful? Give feedback.
All reactions