docs: Fix Typo in DebugNode Trait Documentation (#16932)

This commit is contained in:
Maxim Evtush
2025-06-19 11:22:41 +03:00
committed by GitHub
parent cdb5b69d24
commit 20800be462

View File

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