mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 02:21:08 +02:00
multi: fix canceled spelling
This commit is contained in:
@ -180,7 +180,7 @@ func (s *server) ConnectPeer(nodePub *btcec.PublicKey, addrs []net.Addr) error {
|
||||
|
||||
// For each of the known addresses, we'll attempt to launch a
|
||||
// persistent connection to the (pub, addr) pair. In the event that any
|
||||
// of them connect, all the other stale requests will be cancelled.
|
||||
// of them connect, all the other stale requests will be canceled.
|
||||
for _, addr := range addrs {
|
||||
netAddr := &lnwire.NetAddress{
|
||||
IdentityKey: nodePub,
|
||||
|
Reference in New Issue
Block a user