diff --git a/src/receipts/mod.rs b/src/receipts/mod.rs index c0c63ae..2c77944 100644 --- a/src/receipts/mod.rs +++ b/src/receipts/mod.rs @@ -38,8 +38,7 @@ pub fn check_receipt_root(block: &Block) -> Result<(), ReceiptError> { /// Calculates the trie receipt root of a given block recepits /// -/// It uses the traces to aggregate receipts from blocks and then -/// verifies them against the trie root present in the block header +/// It uses the traces to aggregate receipts from blocks /// /// # Arguments ///