Skip to content

Commit 761f761

Browse files
fix(aggregation-mode): send sp1 proofs to the aggregation batcher (#2196)
1 parent 8fe93b9 commit 761f761

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
@@ -336,7 +336,7 @@ agg_mode_batcher_send_sp1_proof:
336336
-F "nonce=$${NONCE}" \
337337
-F "proof=@scripts/test_files/sp1/sp1_fibonacci_5_0_0.proof" \
338338
-F "program_vk=@scripts/test_files/sp1/sp1_fibonacci_5_0_0_vk.bin" \
339-
-F "signature_hex=0x0" \
339+
-F "_signature_hex=0x0" \
340340
http://127.0.0.1:8089/proof/sp1
341341

342342
__AGGREGATOR__: ## ____

0 commit comments

Comments
 (0)