We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b685a03 commit 41ba412Copy full SHA for 41ba412
docs/release-notes/release-notes-0.20.0.md
@@ -20,6 +20,12 @@
20
21
# Bug Fixes
22
23
+- [Fixed premature wallet
24
+ rescanning](https://github.com/lightningnetwork/lnd/pull/10280) that occurred
25
+ when a wallet was created during header sync. This issue primarily affected
26
+ neutrino chain backends. The fix ensures headers are fully synced before
27
+ starting the chain notifier backend.
28
+
29
- Fixed potential update inconsistencies in node announcements [by creating
30
a shallow copy before modifications](
31
https://github.com/lightningnetwork/lnd/pull/9815). This ensures the original
0 commit comments