mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
feat: global runtime (#21934)
This commit is contained in:
@@ -96,7 +96,7 @@ where
|
||||
);
|
||||
|
||||
// spawn the maintenance task
|
||||
ctx.task_executor().spawn_critical(
|
||||
ctx.task_executor().spawn_critical_task(
|
||||
"txpool maintenance task",
|
||||
reth_ethereum::pool::maintain::maintain_transaction_pool_future(
|
||||
client,
|
||||
|
||||
Reference in New Issue
Block a user