From 02e66ad19ab7e05771c17323f371453ddba452a4 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Fri, 28 Apr 2023 10:42:05 +0900 Subject: [PATCH] Update tpu_client.rs --- client/src/tpu_client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/tpu_client.rs b/client/src/tpu_client.rs index 7d323814454521..6c116c238465c6 100644 --- a/client/src/tpu_client.rs +++ b/client/src/tpu_client.rs @@ -22,7 +22,7 @@ pub use { /// Client which sends transactions directly to the current leader's TPU port over UDP. /// The client uses RPC to determine the current leader and fetch node contact info -/// This is just a thin wrapper over the "BackendTpuClient", use that directly for more efficiency. +/// This is just a thin wrapper over the [BackendTpuClient], use that directly for more efficiency. pub struct TpuClient< P, // ConnectionPool M, // ConnectionManager