We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ba017 commit 27676e7Copy full SHA for 27676e7
1 file changed
Makefile
@@ -982,7 +982,7 @@ docker_batcher_send_groth16_burst:
982
--private_key $(DOCKER_PROOFS_PRIVATE_KEY) \
983
--proving_system Groth16Bn254 \
984
--proof ./scripts/test_files/gnark_groth16_bn254_script/groth16.proof \
985
- --public_input ./scripts/test_files/gnark_groth16_bn254_script/plonk_pub_input.pub \
+ --public_input ./scripts/test_files/gnark_groth16_bn254_script/groth16.pub \
986
--vk ./scripts/test_files/gnark_groth16_bn254_script/groth16.vk \
987
--proof_generator_addr $(PROOF_GENERATOR_ADDRESS) \
988
--repetitions $(DOCKER_BURST_SIZE) \
0 commit comments