mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-15 01:14:59 -05:00
fix: use txpool.lifetime in pool maintainer correctly (#14823)
This commit is contained in:
committed by
GitHub
parent
08a7c52c25
commit
060f0b1bbb
@@ -572,7 +572,10 @@ where
|
||||
pool.clone(),
|
||||
chain_events,
|
||||
ctx.task_executor().clone(),
|
||||
Default::default(),
|
||||
reth_transaction_pool::maintain::MaintainPoolConfig {
|
||||
max_tx_lifetime: pool.config().max_queued_lifetime,
|
||||
..Default::default()
|
||||
},
|
||||
),
|
||||
);
|
||||
debug!(target: "reth::cli", "Spawned txpool maintenance task");
|
||||
|
||||
Reference in New Issue
Block a user