Merge pull request #10280 from mohamedawnallah/optimize-neutrino-rescan

rpcserver: resolve root cause of premature wallet rescanning
This commit is contained in:
Olaoluwa Osuntokun
2025-10-23 19:33:21 +02:00
committed by GitHub
2 changed files with 18 additions and 40 deletions

View File

@@ -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