We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7df60 commit 30b7c44Copy full SHA for 30b7c44
Makefile
@@ -688,7 +688,7 @@ BURST_TIME_SECS ?= 3
688
task_sender_generate_gnark_groth16_proofs:
689
@cd crates/task-sender && \
690
cargo run --release -- generate-proofs \
691
- --number-of-proofs $(NUMBER_OF_PROOFS) --proof-type gnark_groth16 \
+ --number-of-proofs $(NUMBER_OF_PROOFS) --proof-type groth16 \
692
--dir-to-save-proofs $(CURDIR)/scripts/test_files/task_sender/proofs
693
694
# ===== DEVNET =====
0 commit comments