Skip to content

Commit

Permalink
Update protocol/src/types/block.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Flouse <[email protected]>
  • Loading branch information
driftluo and Flouse authored Sep 20, 2023
1 parent 97489d9 commit 2aec17b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol/src/types/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ pub struct Header {
pub number: BlockNumber,
pub gas_used: U256,
pub gas_limit: U256,
/// Extra data for the block header
/// The first index of extra_data is used to store hardfork information: `HardforkInfoInner`
pub extra_data: Vec<ExtraData>,
pub base_fee_per_gas: U256,
pub proof: Proof,
Expand Down

0 comments on commit 2aec17b

Please sign in to comment.