Skip to content

Commit

Permalink
Update eth.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomg10 authored Aug 16, 2024
1 parent dfbe19f commit 2803aec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/node/api_server/src/web3/namespaces/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,6 @@ impl EthNamespace {
let base_fee_per_blob_gas = vec![U256::zero(); base_fee_per_gas.len()];
let blob_gas_used_ratio = vec![0.0; base_fee_per_gas.len()];

base_fee_per_gas.push(*base_fee_per_gas.last().unwrap());
Ok(FeeHistory {
inner: web3::FeeHistory {
oldest_block: zksync_types::web3::BlockNumber::Number(oldest_block.into()),
Expand Down

0 comments on commit 2803aec

Please sign in to comment.