From aae7f810d3c77a7324cd374ce34c2aead5286d57 Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Thu, 5 Oct 2023 16:25:23 -0700 Subject: [PATCH] Clippy fixes --- cli/src/program_v4.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/program_v4.rs b/cli/src/program_v4.rs index 9dd9b6b36c255b..b1e0d60fa9a39c 100644 --- a/cli/src/program_v4.rs +++ b/cli/src/program_v4.rs @@ -689,7 +689,7 @@ fn send_messages( let transaction_errors = match connection_cache { ConnectionCache::Udp(cache) => TpuClient::new_with_connection_cache( rpc_client.clone(), - &config.websocket_url, + config.websocket_url, TpuClientConfig::default(), cache, )?