Skip to content

Commit

Permalink
added more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshieDo committed Sep 25, 2024
1 parent 94cf6ba commit eea696f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/storage/codecs/src/alloy/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ pub(crate) struct Header {
///
/// All new fields should be added here in the form of a s`Option<T>`, since [`HeaderExt`] itself is
/// a field of [`Header`] as `Option<HeaderExt`.
///
/// More information: [`reth_codecs_derive::Compact`] or <https://github.com/paradigmxyz/reth/issues/7820>.
#[derive(Debug, Clone, PartialEq, Eq, Hash, Default, Serialize, Deserialize, Compact)]
pub(crate) struct HeaderExt {
requests_root: Option<B256>,
Expand Down

0 comments on commit eea696f

Please sign in to comment.