mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(consensus): Add docs ab soon deprecated BeaconConsensusEngine (#13439)
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user