mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(docs): Fix links node builder docs (#9140)
This commit is contained in:
@ -39,7 +39,7 @@ pub struct CustomPoolBuilder {
|
||||
pool_config: PoolConfig,
|
||||
}
|
||||
|
||||
/// Implement the `PoolBuilder` trait for the custom pool builder
|
||||
/// Implement the [`PoolBuilder`] trait for the custom pool builder
|
||||
///
|
||||
/// This will be used to build the transaction pool and its maintenance tasks during launch.
|
||||
impl<Node> PoolBuilder<Node> for CustomPoolBuilder
|
||||
|
||||
Reference in New Issue
Block a user