Skip to content

Commit

Permalink
fix(dal): fix method in dal
Browse files Browse the repository at this point in the history
  • Loading branch information
newbie_dev committed Apr 23, 2024
1 parent f4cabf4 commit 1e5e525
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions types/src/api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,6 @@ impl<TX> Default for Block<TX> {
receipts_root: H256::default(),
number: U64::default(),
l1_batch_number: None,
gas_used: U256::default(),
gas_limit: U256::default(),
base_fee_per_gas: U256::default(),
extra_data: Bytes::default(),
logs_bloom: H2048::default(),
timestamp: U256::default(),
Expand Down

0 comments on commit 1e5e525

Please sign in to comment.