Skip to content

Commit

Permalink
chore: rename eth engine module orchestrator -> service (#9288)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez authored Jul 4, 2024
1 parent f0c97ca commit edbbc96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/ethereum/engine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
File renamed without changes.

0 comments on commit edbbc96

Please sign in to comment.