mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
docs: update release notes
This commit is contained in:
parent
17ad50ff14
commit
c26e0ebe46
1 changed files with 6 additions and 0 deletions
|
@ -215,6 +215,7 @@
|
|||
* `lncli abandonchannel` (`Lightning.AbandonChannel` RPC)
|
||||
* `lncli restorechanbackup` (`Lightning.RestoreChannelBackups` RPC)
|
||||
* `lncli verifychanbackup` (`Lightning.VerifyChanBackup` RPC)
|
||||
|
||||
* The `ForwardInterceptor`'s `MODIFY` option will
|
||||
[merge](https://github.com/lightningnetwork/lnd/pull/9240) any custom
|
||||
range TLVs provided with the existing set of records on the HTLC,
|
||||
|
@ -224,6 +225,11 @@
|
|||
`ProofMatureDelta` used in gossip to be configurable via
|
||||
`--gossip.announcement-conf`, with a default value of 6.
|
||||
|
||||
* [Added a boolean field
|
||||
`LockedIn`](https://github.com/lightningnetwork/lnd/pull/9602) in
|
||||
`lnrpc.HTLC`. This field is used to indicate whether a given HTLC has been
|
||||
locked in by the remote peer.
|
||||
|
||||
## lncli Updates
|
||||
|
||||
## Code Health
|
||||
|
|
Loading…
Add table
Reference in a new issue