mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 17:55:36 +01:00
docs: update release notes
This commit is contained in:
parent
4ab17525ce
commit
a3ccae9a55
1 changed files with 7 additions and 0 deletions
|
@ -155,6 +155,13 @@
|
||||||
about the txid and don't want the calling code to block while the channel
|
about the txid and don't want the calling code to block while the channel
|
||||||
drains the active HTLCs.
|
drains the active HTLCs.
|
||||||
|
|
||||||
|
* [New watchtower client DeactivateTower and
|
||||||
|
TerminateSession](https://github.com/lightningnetwork/lnd/pull/8239) commands
|
||||||
|
have been added. The DeactivateTower command can be used to mark a tower as
|
||||||
|
inactive so that its sessions are not loaded on startup and so that the tower
|
||||||
|
is not considered for session negotiation. TerminateSession can be used to
|
||||||
|
mark a specific session as terminal so that that specific is never used again.
|
||||||
|
|
||||||
## lncli Additions
|
## lncli Additions
|
||||||
|
|
||||||
* Deprecate `bumpclosefee` for `bumpforceclosefee` to accommodate for the fact
|
* Deprecate `bumpclosefee` for `bumpforceclosefee` to accommodate for the fact
|
||||||
|
|
Loading…
Add table
Reference in a new issue