mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-19 20:15:18 +02:00
Merge pull request #9978 from ziggie1984/fix-peer-connection
multi: fix deadlock in p2p race condition
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
- [Fixed](https://github.com/lightningnetwork/lnd/pull/9962) a case where the
|
||||
node may panic if it's running in the remote signer mode.
|
||||
|
||||
- [Fixed](https://github.com/lightningnetwork/lnd/pull/9978) a deadlock which
|
||||
can happen when the peer start-up has not yet completed but a another p2p
|
||||
connection attempt tries to disconnect the peer.
|
||||
|
||||
# New Features
|
||||
|
||||
## Functional Enhancements
|
||||
|
Reference in New Issue
Block a user