Skip to content

Commit

Permalink
fix aggregator to not wait for commit confirmation if sl=gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Nov 22, 2024
1 parent bc81c00 commit 37bb0bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl WiringLayer for EthTxAggregatorLayer {
let aggregator = Aggregator::new(
config.clone(),
object_store,
eth_client_blobs_addr.is_some(),
eth_client_blobs_addr.is_some() && !self.settlement_mode.is_gateway(),
self.l1_batch_commit_data_generator_mode,
);

Expand Down

0 comments on commit 37bb0bd

Please sign in to comment.