mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-03 18:22:25 +02:00
Merge pull request #8662 from fuyangpengqi/master
chore: fix function names in comment
This commit is contained in:
@@ -3503,7 +3503,7 @@ func (s *server) nextPeerBackoff(pubStr string,
|
||||
return s.cfg.MinBackoff
|
||||
}
|
||||
|
||||
// shouldDropConnection determines if our local connection to a remote peer
|
||||
// shouldDropLocalConnection determines if our local connection to a remote peer
|
||||
// should be dropped in the case of concurrent connection establishment. In
|
||||
// order to deterministically decide which connection should be dropped, we'll
|
||||
// utilize the ordering of the local and remote public key. If we didn't use
|
||||
|
Reference in New Issue
Block a user