|
@@ -110,7 +110,7 @@ impl ClientOptimizer {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/// An object for querying and sending transactions to the network.
|
|
/// An object for querying and sending transactions to the network.
|
|
|
-#[deprecated(since = "1.19.0", note = "Use [RpcClient] or [TpuClient] instead.")]
|
|
|
|
|
|
|
+#[deprecated(since = "2.0.0", note = "Use [RpcClient] or [TpuClient] instead.")]
|
|
|
pub struct ThinClient<
|
|
pub struct ThinClient<
|
|
|
P, // ConnectionPool
|
|
P, // ConnectionPool
|
|
|
M, // ConnectionManager
|
|
M, // ConnectionManager
|