Constant TXPOOL_MAX_ACCOUNT_SLOTS_PER_SENDER
pub const TXPOOL_MAX_ACCOUNT_SLOTS_PER_SENDER: usize = 16; // 16usize
Expand description
Guarantees max transactions for one sender, compatible with geth/erigon
pub const TXPOOL_MAX_ACCOUNT_SLOTS_PER_SENDER: usize = 16; // 16usize
Guarantees max transactions for one sender, compatible with geth/erigon