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 2929- [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/9962 ) a case where the
3030 node may panic if it's running in the remote signer mode.
3131
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+
3236# New Features
3337
3438## 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.
9191 * [ 8] ( https://github.com/lightningnetwork/lnd/pull/9938 )
9292 * [ 9] ( https://github.com/lightningnetwork/lnd/pull/9939 )
9393 * [ 10] ( https://github.com/lightningnetwork/lnd/pull/9971 )
94+ * [ 11] ( https://github.com/lightningnetwork/lnd/pull/9972 )
9495
9596## RPC Updates
9697
You can’t perform that action at this time.
0 commit comments