Merge pull request #10044 from ziggie1984/fix-shutdown-issue

Fix Shutdown deadlock in some scenarios
This commit is contained in:
Olaoluwa Osuntokun
2025-07-08 16:53:30 -07:00
committed by GitHub
2 changed files with 29 additions and 1 deletions

View File

@@ -26,6 +26,9 @@
announcement remains unchanged until the new one is fully signed and
validated.
- Fixed [shutdown deadlock](https://github.com/lightningnetwork/lnd/pull/10042)
when we fail starting up LND before we startup the chanbackup sub-server.
# New Features
## Functional Enhancements