Merge pull request #9798 from ellemouton/graphFixNotificationSubs

graph/db: synchronous topology client subscriptions/cancellations
This commit is contained in:
Oliver Gugger
2025-05-12 17:10:44 +02:00
committed by GitHub
3 changed files with 18 additions and 4 deletions

View File

@@ -128,6 +128,9 @@ when running LND with an aux component injected (custom channels).
such that the probability is evaluated quicker and to be more accurate in
outdated scenarios.
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9798) that could
result in a new topology client missing a channel-close notifications.
# New Features
* Add support for [archiving channel backup](https://github.com/lightningnetwork/lnd/pull/9232)