Files
lnd/docs
Elle Mouton 0155d5d7b0 graph/db: handle topology updates in a single location
In this commit, we ensure that any topology update is forced to go via
the `handleTopologySubscriptions` handler so that client subscriptions
and updates are handled correctly and in the correct order.

This removes a bug that could result from a client missing a
notification about a channel being closed if the client is subscribed
and shortly after, `PruneGraph` is called which would notify all
subscribed clients and possibly do so before the client subscription has
actually been persisted.
2025-05-12 14:42:22 +02:00
..
2024-12-06 13:48:22 +01:00
2025-01-03 21:48:29 +08:00
2025-05-06 15:50:16 -07:00
2024-10-02 10:17:16 -07:00
2025-04-14 17:08:56 +08:00