Skip to content

Commit 27676e7

Browse files
committed
FIx groth16 proof CI
1 parent 96ba017 commit 27676e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ docker_batcher_send_groth16_burst:
982982
--private_key $(DOCKER_PROOFS_PRIVATE_KEY) \
983983
--proving_system Groth16Bn254 \
984984
--proof ./scripts/test_files/gnark_groth16_bn254_script/groth16.proof \
985-
--public_input ./scripts/test_files/gnark_groth16_bn254_script/plonk_pub_input.pub \
985+
--public_input ./scripts/test_files/gnark_groth16_bn254_script/groth16.pub \
986986
--vk ./scripts/test_files/gnark_groth16_bn254_script/groth16.vk \
987987
--proof_generator_addr $(PROOF_GENERATOR_ADDRESS) \
988988
--repetitions $(DOCKER_BURST_SIZE) \

0 commit comments

Comments
 (0)