File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 29
29
- [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/9962 ) a case where the
30
30
node may panic if it's running in the remote signer mode.
31
31
32
+ - [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/9978 ) a deadlock which
33
+ can happen when the peer start-up has not yet completed but a another p2p
34
+ connection attempt tries to disconnect the peer.
35
+
32
36
# New Features
33
37
34
38
## Functional Enhancements
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ circuit. The indices are only available for forwarding events saved after v0.20.
91
91
* [ 8] ( https://github.com/lightningnetwork/lnd/pull/9938 )
92
92
* [ 9] ( https://github.com/lightningnetwork/lnd/pull/9939 )
93
93
* [ 10] ( https://github.com/lightningnetwork/lnd/pull/9971 )
94
+ * [ 11] ( https://github.com/lightningnetwork/lnd/pull/9972 )
94
95
95
96
## RPC Updates
96
97
You can’t perform that action at this time.
0 commit comments