chore: spawn engine api task as critical (#1813)

This commit is contained in:
Matthias Seitz
2023-03-17 12:43:13 +01:00
committed by GitHub
parent 8f60f7d75a
commit 376bfa2b51

View File

@@ -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
}