mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: clippy (#2197)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
///! Canonical chain state notification trait and types.
|
||||
//! Canonical chain state notification trait and types.
|
||||
use crate::{chain::BlockReceipts, Chain};
|
||||
use auto_impl::auto_impl;
|
||||
use std::sync::Arc;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/// Guarantees max transactions for one sender, compatible with geth/erigon
|
||||
pub(crate) const MAX_ACCOUNT_SLOTS_PER_SENDER: usize = 16;
|
||||
|
||||
///! Configuration options for the Transaction pool.
|
||||
/// Configuration options for the Transaction pool.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct PoolConfig {
|
||||
/// Max number of transaction in the pending sub-pool
|
||||
|
||||
Reference in New Issue
Block a user