Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgarfield committed Feb 7, 2024
1 parent af21060 commit 1e50576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/src/executors/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<QuicPool, QuicConnectionManager, QuicConnectionConfig> {
async fn get_tpu_client() -> TpuClient<QuicPool, QuicConnectionManager, QuicConfig> {
let rpc_client = Arc::new(RpcClient::new_with_commitment(
LOCAL_RPC_URL.into(),
Expand Down

0 comments on commit 1e50576

Please sign in to comment.