Skip to content

Commit

Permalink
chore: rm outdated comments (alloy-rs#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored and lwedge99 committed Oct 8, 2024
1 parent 1f16b8b commit 6adfb0d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions crates/consensus/src/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,17 +201,6 @@ impl Header {
self.transactions_root == EMPTY_ROOT_HASH
}

// TODO: re-enable

// /// Converts all roots in the header to a [BlockBodyRoots] struct.
// pub fn body_roots(&self) -> BlockBodyRoots {
// BlockBodyRoots {
// tx_root: self.transactions_root,
// ommers_hash: self.ommers_hash,
// withdrawals_root: self.withdrawals_root,
// }
// }

/// Returns the blob fee for _this_ block according to the EIP-4844 spec.
///
/// Returns `None` if `excess_blob_gas` is None
Expand Down

0 comments on commit 6adfb0d

Please sign in to comment.