mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 18:10:48 +02:00
multi: fix canceled spelling
This commit is contained in:
@ -2551,7 +2551,7 @@ func (s *server) OutboundPeerConnected(connReq *connmgr.ConnReq, conn net.Conn)
|
||||
return
|
||||
}
|
||||
if _, ok := s.persistentConnReqs[pubStr]; !ok && connReq != nil {
|
||||
srvrLog.Debugf("Ignoring cancelled outbound connection")
|
||||
srvrLog.Debugf("Ignoring canceled outbound connection")
|
||||
s.connMgr.Remove(connReq.ID())
|
||||
conn.Close()
|
||||
return
|
||||
|
Reference in New Issue
Block a user