Skip to content

Commit

Permalink
fix: add new param to create_new_task
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed Sep 3, 2024
1 parent ec7a63b commit 6f5051f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions batcher/aligned-batcher/src/eth/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ pub async fn try_create_new_task(
signatures,
fee_params.fee_for_aggregator,
fee_params.fee_per_proof,
fee_params.fee_per_proof * 2
)
.gas_price(fee_params.gas_price);

Expand Down

Large diffs are not rendered by default.

0 comments on commit 6f5051f

Please sign in to comment.