chore(consensus): Add docs ab soon deprecated BeaconConsensusEngine (#13439)

This commit is contained in:
Emilia Hane
2024-12-20 13:15:59 +01:00
committed by GitHub
parent d1dcc0b14b
commit 06806758db

View File

@ -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>