mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-15 12:50:15 +02:00
docs/release-notes: add release notes entry
This commit is contained in:
parent
593e8c01cf
commit
d8f39fa1b4
1 changed files with 6 additions and 0 deletions
|
|
@ -69,6 +69,12 @@
|
|||
channel that was only expected to be used for a single message. The erring
|
||||
goroutine would block on the second send, leading to a deadlock at shutdown.
|
||||
|
||||
* [Fixed `lncli unlock` to wait until the wallet is ready to be
|
||||
unlocked](https://github.com/lightningnetwork/lnd/pull/10536)
|
||||
before sending the unlock request. The command now reports wallet state
|
||||
transitions during startup, avoiding lost unlocks during slow database
|
||||
initialization.
|
||||
|
||||
# New Features
|
||||
|
||||
- Basic Support for [onion messaging forwarding](https://github.com/lightningnetwork/lnd/pull/9868)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue