We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5061694 commit 43ff00aCopy full SHA for 43ff00a
crates/consensus/beacon/src/engine/mod.rs
@@ -167,8 +167,7 @@ type PendingForkchoiceUpdate<PayloadAttributes> =
167
/// # Panics
168
///
169
/// If the future is polled more than once. Leads to undefined state.
170
-///
171
-/// Note: soon deprecated. See `reth_engine_service::EngineService`.
+#[deprecated(note = "Replaced by `reth_engine_service::EngineService`, type will soon be removed.")]
172
#[must_use = "Future does nothing unless polled"]
173
#[allow(missing_debug_implementations)]
174
pub struct BeaconConsensusEngine<N, BT, Client>
0 commit comments