Skip to content

Commit

Permalink
chore: export storage root fns (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Dec 5, 2024
1 parent 8a787e4 commit a0e24f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/consensus/src/proofs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ use alloy_trie::root::{ordered_trie_root, ordered_trie_root_with_encoder};

#[doc(inline)]
pub use alloy_trie::root::{
state_root, state_root_ref_unhashed, state_root_unhashed, state_root_unsorted,
state_root, state_root_ref_unhashed, state_root_unhashed, state_root_unsorted, storage_root,
storage_root_unhashed, storage_root_unsorted,
};

/// Calculate a transaction root.
Expand Down

0 comments on commit a0e24f3

Please sign in to comment.