rename variable to socket_connection

This commit is contained in:
yggverse 2024-12-01 03:47:20 +02:00
parent 0cc6d10017
commit 4038172735

View file

@ -92,10 +92,10 @@ impl Client {
}
.as_ref(),
move |result| match result {
Ok(connection) => {
Ok(socket_connection) => {
// Wrap required connection dependencies into the struct holder
match Connection::new(
connection,
socket_connection,
certificate,
Some(network_address),
cancellable.clone(),