From 06806758db95c0ab88eee67a08422cfda572523a Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Fri, 20 Dec 2024 13:15:59 +0100 Subject: [PATCH] chore(consensus): Add docs ab soon deprecated `BeaconConsensusEngine` (#13439) --- crates/consensus/beacon/src/engine/mod.rs | 2 ++ 1 file changed, 2 insertions(+) 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