Skip to content

Commit 96ba017

Browse files
committed
fix batcher_send_groth16_bn254_task command
1 parent 2d246b4 commit 96ba017

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -493,9 +493,9 @@ batcher_send_groth16_bn254_task: batcher/target/release/aligned
493493
@echo "Sending Groth16Bn254 1!=0 task to Batcher..."
494494
@cd batcher/aligned/ && cargo run --release -- submit \
495495
--proving_system Groth16Bn254 \
496-
--proof ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16.proof \
497-
--public_input ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16.pub \
498-
--vk ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16.vk \
496+
--proof ../../scripts/test_files/gnark_groth16_bn254_script/groth16.proof \
497+
--public_input ../../scripts/test_files/gnark_groth16_bn254_script/groth16.pub \
498+
--vk ../../scripts/test_files/gnark_groth16_bn254_script/groth16.vk \
499499
--proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 \
500500
--rpc_url $(RPC_URL) \
501501
--network $(NETWORK)

0 commit comments

Comments
 (0)