Skip to content

Commit

Permalink
Ensure we use the result of ensure_l1_batch_commit_data_generation_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen committed Mar 8, 2024
1 parent e4561f2 commit dd73f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/zksync_core/src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ async fn get_pubdata_pricing_mode(
eth_client.call_contract_function(args).await
}

#[must_use]
pub async fn ensure_l1_batch_commit_data_generation_mode(
selected_l1_batch_commit_data_generator_mode: L1BatchCommitDataGeneratorMode,
diamond_proxy_address: Address,
Expand Down

0 comments on commit dd73f50

Please sign in to comment.