chore: remove redundant words in comment (#12997)

Signed-off-by: hishope <csqiye@126.com>
This commit is contained in:
John
2024-11-29 14:33:26 +08:00
committed by GitHub
parent 39d4c1a427
commit 8590f7a5d5
3 changed files with 5 additions and 5 deletions

View File

@ -309,7 +309,7 @@ impl From<Vec<B256>> for NewPooledTransactionHashes66 {
}
}
/// Same as [`NewPooledTransactionHashes66`] but extends that that beside the transaction hashes,
/// Same as [`NewPooledTransactionHashes66`] but extends that beside the transaction hashes,
/// the node sends the transaction types and their sizes (as defined in EIP-2718) as well.
#[derive(Clone, Debug, PartialEq, Eq, Default)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]