diff --git a/crates/consensus/beacon/src/engine/mod.rs b/crates/consensus/beacon/src/engine/mod.rs index dc9e757c2..3d70888fd 100644 --- a/crates/consensus/beacon/src/engine/mod.rs +++ b/crates/consensus/beacon/src/engine/mod.rs @@ -167,6 +167,8 @@ type PendingForkchoiceUpdate = /// # Panics /// /// If the future is polled more than once. Leads to undefined state. +/// +/// Note: soon deprecated. See `reth_engine_service::EngineService`. #[must_use = "Future does nothing unless polled"] #[allow(missing_debug_implementations)] pub struct BeaconConsensusEngine