Skip to content

Commit

Permalink
chore: rm redundant generic (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Dec 3, 2024
1 parent 985310d commit 36b0931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/consensus/src/proofs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use alloy_trie::root::{ordered_trie_root, ordered_trie_root_with_encoder};
/// Calculate a transaction root.
///
/// `(rlp(index), encoded(tx))` pairs.
pub fn calculate_transaction_root<T, E>(transactions: &[T]) -> B256
pub fn calculate_transaction_root<T>(transactions: &[T]) -> B256
where
T: Encodable2718,
{
Expand Down

0 comments on commit 36b0931

Please sign in to comment.