Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Gimenez <[email protected]>
  • Loading branch information
emhane and fgimenez authored Nov 12, 2024
1 parent bf6443f commit 419a283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives-traits/src/receipt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ pub trait Receipt:
/// Returns transaction type.
fn tx_type(&self) -> u8;

/// Calculates the receipts root of all receipts in a block.
/// Calculates the receipts root of the given receipts.
fn receipts_root(receipts: &[&Self]) -> B256;
}

0 comments on commit 419a283

Please sign in to comment.