We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab1752 commit a3ccae9Copy full SHA for a3ccae9
docs/release-notes/release-notes-0.18.0.md
@@ -155,6 +155,13 @@
155
about the txid and don't want the calling code to block while the channel
156
drains the active HTLCs.
157
158
+* [New watchtower client DeactivateTower and
159
+ TerminateSession](https://github.com/lightningnetwork/lnd/pull/8239) commands
160
+ have been added. The DeactivateTower command can be used to mark a tower as
161
+ inactive so that its sessions are not loaded on startup and so that the tower
162
+ is not considered for session negotiation. TerminateSession can be used to
163
+ mark a specific session as terminal so that that specific is never used again.
164
+
165
## lncli Additions
166
167
* Deprecate `bumpclosefee` for `bumpforceclosefee` to accommodate for the fact
0 commit comments