Skip to content

Commit 30b7c44

Browse files
committed
fix: task-sender generate proofs target
1 parent 7a7df60 commit 30b7c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ BURST_TIME_SECS ?= 3
688688
task_sender_generate_gnark_groth16_proofs:
689689
@cd crates/task-sender && \
690690
cargo run --release -- generate-proofs \
691-
--number-of-proofs $(NUMBER_OF_PROOFS) --proof-type gnark_groth16 \
691+
--number-of-proofs $(NUMBER_OF_PROOFS) --proof-type groth16 \
692692
--dir-to-save-proofs $(CURDIR)/scripts/test_files/task_sender/proofs
693693

694694
# ===== DEVNET =====

0 commit comments

Comments
 (0)