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:
@ -399,7 +399,7 @@ impl<T: TransactionOrdering> PendingPool<T> {
|
||||
unique_senders = self.highest_nonces.len();
|
||||
non_local_senders -= unique_removed;
|
||||
|
||||
// we can re-use the temp array
|
||||
// we can reuse the temp array
|
||||
removed.clear();
|
||||
|
||||
// loop through the highest nonces set, removing transactions until we reach the limit
|
||||
|
||||
@ -1766,8 +1766,8 @@ pub(crate) struct PoolInternalTransaction<T: PoolTransaction> {
|
||||
pub(crate) transaction: Arc<ValidPoolTransaction<T>>,
|
||||
/// The `SubPool` that currently contains this transaction.
|
||||
pub(crate) subpool: SubPool,
|
||||
/// Keeps track of the current state of the transaction and therefor in which subpool it should
|
||||
/// reside
|
||||
/// Keeps track of the current state of the transaction and therefore in which subpool it
|
||||
/// should reside
|
||||
pub(crate) state: TxState,
|
||||
/// The total cost all transactions before this transaction.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user