We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a44f74 commit d609fe9Copy full SHA for d609fe9
.github/workflows/foundry-voting.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Generate verifier contract
28
run: |
29
- nargo codegen-verifier && cp contract/foundry_voting/plonk_vk.sol ../contract/plonk_vk.sol
+ nargo codegen-verifier
30
working-directory: foundry-voting/circuits
31
32
- name: Generate proof
0 commit comments