mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
docs: Fix Typo in DebugNode Trait Documentation (#16932)
This commit is contained in:
@@ -43,7 +43,7 @@ use tracing::info;
|
||||
/// ```
|
||||
pub trait DebugNode<N: FullNodeComponents>: Node<N> {
|
||||
/// RPC block type. Used by [`DebugConsensusClient`] to fetch blocks and submit them to the
|
||||
/// engine. This is inteded to match the block format returned by the external RPC endpoint.
|
||||
/// engine. This is intended to match the block format returned by the external RPC endpoint.
|
||||
type RpcBlock: Serialize + DeserializeOwned + 'static;
|
||||
|
||||
/// Converts an RPC block to a primitive block.
|
||||
|
||||
Reference in New Issue
Block a user