Skip to content

Commit 43ff00a

Browse files
committed
Replace doc with deprecated attribute
1 parent 5061694 commit 43ff00a

File tree

1 file changed

+1
-2
lines changed
  • crates/consensus/beacon/src/engine

1 file changed

+1
-2
lines changed

Diff for: crates/consensus/beacon/src/engine/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ type PendingForkchoiceUpdate<PayloadAttributes> =
167167
/// # Panics
168168
///
169169
/// If the future is polled more than once. Leads to undefined state.
170-
///
171-
/// Note: soon deprecated. See `reth_engine_service::EngineService`.
170+
#[deprecated(note = "Replaced by `reth_engine_service::EngineService`, type will soon be removed.")]
172171
#[must_use = "Future does nothing unless polled"]
173172
#[allow(missing_debug_implementations)]
174173
pub struct BeaconConsensusEngine<N, BT, Client>

0 commit comments

Comments
 (0)