fix(docs): Fix links node builder docs (#9140)

This commit is contained in:
Emilia Hane
2024-06-27 13:22:15 +02:00
committed by GitHub
parent e09ed75a9b
commit acc07537bc
2 changed files with 15 additions and 14 deletions

View File

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