mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 23:27:56 -05:00
net/manual_session: (clippy) Dereference SocketAddr.
This commit is contained in:
@@ -41,7 +41,7 @@ impl ManualSession {
|
||||
let task = StoppableTask::new();
|
||||
|
||||
task.clone().start(
|
||||
self.clone().channel_connect_loop(addr.clone(), executor.clone()),
|
||||
self.clone().channel_connect_loop(*addr, executor.clone()),
|
||||
// Ignore stop handler
|
||||
|_| async {},
|
||||
Error::ServiceStopped,
|
||||
|
||||
Reference in New Issue
Block a user