Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Jan 18, 2024
1 parent ade4b88 commit 4af24bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/zksync_core/src/api_server/web3/namespaces/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ impl DebugNamespace {
.0
.batch_fee_input_provider
.get_batch_fee_input_scaled(
sender_config.gas_price_scale_factor,
sender_config.gas_price_scale_factor,
state.api_config.estimate_gas_scale_factor,
state.api_config.estimate_gas_scale_factor,
),
state,
api_contracts,
Expand Down

0 comments on commit 4af24bf

Please sign in to comment.