Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Redidacove committed Sep 1, 2024
1 parent e1f9f96 commit 06b882e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/optimism/consensus/src/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use reth_primitives::{ReceiptWithBloom, B256};
use reth_trie_common::root::ordered_trie_root_with_encoder;

/// Calculates the receipt root for a header.
pub fn calculate_receipt_root_optimism(
pub(crate) fn calculate_receipt_root_optimism(
receipts: &[ReceiptWithBloom],
chain_spec: &ChainSpec,
timestamp: u64,
Expand Down

0 comments on commit 06b882e

Please sign in to comment.