Merge pull request #9137 from ViktorTigerstrom/2024-09-sync-lock-fix

lnd: allow shutdown signal during `IsSynced` check
This commit is contained in:
Oliver Gugger
2024-10-17 10:04:14 +02:00
committed by GitHub
2 changed files with 49 additions and 15 deletions

View File

@@ -36,6 +36,10 @@
feature-bit](https://github.com/lightningnetwork/lnd/pull/9143) for invoices
containing blinded paths.
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9137) that prevented
a graceful shutdown of LND during the main chain backend sync check in certain
cases.
# New Features
## Functional Enhancements
## RPC Additions
@@ -103,4 +107,5 @@
* CharlieZKSmith
* Elle Mouton
* Pins
* Viktor Tigerström
* Ziggie