From 1e50576def6e8c26c09b9feb0678bf7c21669b93 Mon Sep 17 00:00:00 2001 From: Nick Garfield Date: Wed, 7 Feb 2024 17:06:03 +0000 Subject: [PATCH] small cleanup --- plugin/src/executors/tx.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/src/executors/tx.rs b/plugin/src/executors/tx.rs index 2c2bcb696..c5ce8464c 100644 --- a/plugin/src/executors/tx.rs +++ b/plugin/src/executors/tx.rs @@ -548,7 +548,6 @@ static LOCAL_WEBSOCKET_URL: &str = "ws://127.0.0.1:8900"; // Do not use a static ref here. // -> The quic connections are dropped only when TpuClient is dropped -// async fn get_tpu_client() -> TpuClient { async fn get_tpu_client() -> TpuClient { let rpc_client = Arc::new(RpcClient::new_with_commitment( LOCAL_RPC_URL.into(),