mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 17:18:08 -05:00
chore: spawn engine api task as critical (#1813)
This commit is contained in:
@@ -337,7 +337,7 @@ impl Command {
|
||||
message_rx,
|
||||
forkchoice_state_tx,
|
||||
);
|
||||
task_executor.spawn(engine_api);
|
||||
task_executor.spawn_critical("engine API task", engine_api);
|
||||
message_tx
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user