Skip to content

Commit 31b79ff

Browse files
committed
fix: docker no pub input circom target
1 parent be11294 commit 31b79ff

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
@@ -1182,7 +1182,7 @@ docker_batcher_send_circom_groth16_bn256_burst:
11821182
--rpc_url $(DOCKER_RPC_URL) \
11831183
--max_fee 0.1ether
11841184

1185-
docker_batcher_send_circom_groth16_bn256_burst:
1185+
docker_batcher_send_circom_groth16_bn256_no_pub_input_burst:
11861186
@echo "Sending Circom Groth16 BN256 task to Batcher..."
11871187
docker exec $(shell docker ps | grep batcher | awk '{print $$1}') aligned submit \
11881188
--private_key $(DOCKER_PROOFS_PRIVATE_KEY) \

0 commit comments

Comments
 (0)