Skip to content

Commit

Permalink
Merge 02e66ad into 44b9cd4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun authored Apr 28, 2023
2 parents 44b9cd4 + 02e66ad commit 74b4afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/tpu_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74b4afb

Please sign in to comment.