Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/lnd/release-notes/release-notes-0.20.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@

# Bug Fixes

- [Fixed premature wallet
rescanning](https://github.com/lightningnetwork/lnd/pull/10280) that occurred
when a wallet was created during header sync. This issue primarily affected
neutrino chain backends. The fix ensures headers are fully synced before
starting the chain notifier backend.

- Fixed potential update inconsistencies in node announcements [by creating
a shallow copy before modifications](
https://github.com/lightningnetwork/lnd/pull/9815). This ensures the original
Expand Down