From d8f39fa1b4492ee34cc90d44bb75845b751addae Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sun, 1 Feb 2026 23:51:46 -0500 Subject: [PATCH] docs/release-notes: add release notes entry --- docs/release-notes/release-notes-0.21.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md index a98a4ebb1..f9a869dfa 100644 --- a/docs/release-notes/release-notes-0.21.0.md +++ b/docs/release-notes/release-notes-0.21.0.md @@ -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)