Skip to content

Commit

Permalink
Clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarg66 authored Oct 5, 2023
1 parent 5f1ac55 commit aae7f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/program_v4.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)?
Expand Down

0 comments on commit aae7f81

Please sign in to comment.