Skip to content

Commit

Permalink
unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
AloeareV committed Mar 8, 2024
1 parent 8bc433d commit 761c268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion darkside-tests/tests/network_interruption_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ async fn interrupt_initial_tree_fetch() {
};
}),
);
let (proxy_handle, proxy_status) = start_proxy_and_connect_lightclient(&light_client, cond_log);
let (proxy_handle, _proxy_status) =
start_proxy_and_connect_lightclient(&light_client, cond_log);

let receiver = Arc::new(Mutex::new(receiver));
println!("made receiver");
Expand Down

0 comments on commit 761c268

Please sign in to comment.