Skip to content

Commit

Permalink
legacy without baseFeePerGas
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljiacheng committed Jun 12, 2024
1 parent 2a4160a commit dd0b3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rpc/src/eth/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ fn rich_block_build(
}
},
size: Some(U256::from(rlp::encode(&block).len() as u32)),
base_fee_per_gas: base_fee,
base_fee_per_gas: None,
},
extra_info: BTreeMap::new(),
}
Expand Down

0 comments on commit dd0b3e0

Please sign in to comment.