Skip to content

Commit

Permalink
chore(consensus): Add docs ab soon deprecated BeaconConsensusEngine (
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane authored Dec 20, 2024
1 parent d1dcc0b commit 0680675
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/consensus/beacon/src/engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ type PendingForkchoiceUpdate<PayloadAttributes> =
/// # 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<N, BT, Client>
Expand Down

0 comments on commit 0680675

Please sign in to comment.