From a8f0e315eed15da9e80a3a6fc27176168dde914f Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 3 Dec 2025 00:26:51 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.20.1.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.20.1.md b/docs/lnd/release-notes/release-notes-0.20.1.md index 4cc4556f..844ae308 100644 --- a/docs/lnd/release-notes/release-notes-0.20.1.md +++ b/docs/lnd/release-notes/release-notes-0.20.1.md @@ -31,6 +31,11 @@ * Fix a bug where [repeated network addresses](https://github.com/lightningnetwork/lnd/pull/10341) were added to the node announcement and `getinfo` output. + +* [Fix a startup issue in LND when encountering a + deserialization issue](https://github.com/lightningnetwork/lnd/pull/10383) + in the mission control store. Now we skip over potential errors and also + delete them from the store. # New Features