mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -21,7 +21,7 @@ pub const SIGNATURE_DECODED_SIZE_BYTES: usize = mem::size_of::<Signature>();
|
||||
pub trait ValidateTx68 {
|
||||
/// Validates a [`NewPooledTransactionHashes68`](reth_eth_wire::NewPooledTransactionHashes68)
|
||||
/// entry. Returns [`ValidationOutcome`] which signals to the caller whether to fetch the
|
||||
/// transaction or wether to drop it, and whether the sender of the announcement should be
|
||||
/// transaction or to drop it, and whether the sender of the announcement should be
|
||||
/// penalized.
|
||||
fn should_fetch(
|
||||
&self,
|
||||
|
||||
Reference in New Issue
Block a user