Skip to content

Commit 6bf89dd

Browse files
committed
fix ci stuck because of low max fee in mina account docker task
1 parent 11ca8d0 commit 6bf89dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,8 @@ docker_batcher_send_mina_account_burst:
13121312
--public_input ./scripts/test_files/mina_account/mina_account.pub \
13131313
--repetitions $(DOCKER_BURST_SIZE) \
13141314
--proof_generator_addr $(PROOF_GENERATOR_ADDRESS) \
1315-
--rpc_url $(DOCKER_RPC_URL)
1315+
--rpc_url $(DOCKER_RPC_URL) \
1316+
--max_fee 0.1ether
13161317

13171318
# Update target as new proofs are supported.
13181319
docker_batcher_send_all_proofs_burst:

0 commit comments

Comments
 (0)