Skip to content

Commit 7a5e764

Browse files
committed
Fix documentation link for NodeTypes trait
Updates the doc link to use reth_op::node::builder::NodeTypes instead of reth_node_builder::NodeTypes to match the new import structure.
1 parent cf656dd commit 7a5e764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/node/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! This contains mainly the [`OdysseyNode`](node::OdysseyNode) type.
44
//!
55
//! The [`OdysseyNode`](node::OdysseyNode) type implements the
6-
//! [`NodeTypes`](reth_node_builder::NodeTypes) trait, and configures the engine types required for
6+
//! [`NodeTypes`](reth_op::node::builder::NodeTypes) trait, and configures the engine types required for
77
//! the optimism engine API.
88
99
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]

0 commit comments

Comments
 (0)