chore: rename eth engine module orchestrator -> service (#9288)

This commit is contained in:
Federico Gimenez
2024-07-04 10:25:22 +02:00
committed by GitHub
parent f0c97cab74
commit edbbc9636e
2 changed files with 2 additions and 2 deletions

View File

@@ -8,5 +8,5 @@
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
/// Ethereum engine orchestrator.
pub mod orchestrator;
/// Ethereum engine service.
pub mod service;