mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-10 16:13:14 -04:00
Removed unnecesary reference
This commit is contained in:
parent
b31db0a143
commit
9faef08059
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ impl EventLoop {
|
|||
SwarmEvent::OutgoingConnectionError { peer_id, error } => {
|
||||
if let Some(peer_id_from_error) = peer_id {
|
||||
|
||||
if &peer_id_from_error == &self.rendezvous_peer_id {
|
||||
if peer_id_from_error == self.rendezvous_peer_id {
|
||||
tracing::error!(
|
||||
"Failed to connect to rendezvous point at {}: {}",
|
||||
&self.rendezvous_addr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue