Skip to content

Commit 9950a34

Browse files
committed
docs: add release notes for keeping litd up after lnd stops
1 parent 8cbe436 commit 9950a34

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.17.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525

2626
### Functional Changes/Additions
2727

28+
* [Keep litd running after lnd
29+
stops](https://github.com/lightninglabs/lightning-terminal/pull/1329):
30+
In integrated mode, litd no longer shuts down when lnd stops. It now marks lnd
31+
as errored, tears down the lnd dependent sub-servers and keeps running so its
32+
status endpoint stays available to report what happened. Note that calling
33+
lnd's `StopDaemon` (for example `lncli stop`) no longer stops litd; use litd's
34+
own `StopDaemon` to stop everything.
35+
2836
### Technical and Architectural Updates
2937

3038
* [Stop itest litd nodes via litd's own

0 commit comments

Comments
 (0)