Skip to content

Commit 574d1b3

Browse files
authored
update documentation
1 parent 3b39d56 commit 574d1b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/lnd/release-notes/release-notes-0.19.0.md

+6
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ close transaction.
246246
* `lncli abandonchannel` (`Lightning.AbandonChannel` RPC)
247247
* `lncli restorechanbackup` (`Lightning.RestoreChannelBackups` RPC)
248248
* `lncli verifychanbackup` (`Lightning.VerifyChanBackup` RPC)
249+
249250
* The `ForwardInterceptor`'s `MODIFY` option will
250251
[merge](https://github.com/lightningnetwork/lnd/pull/9240) any custom
251252
range TLVs provided with the existing set of records on the HTLC,
@@ -255,6 +256,11 @@ close transaction.
255256
`ProofMatureDelta` used in gossip to be configurable via
256257
`--gossip.announcement-conf`, with a default value of 6.
257258

259+
* [Added a boolean field
260+
`LockedIn`](https://github.com/lightningnetwork/lnd/pull/9602) in
261+
`lnrpc.HTLC`. This field is used to indicate whether a given HTLC has been
262+
locked in by the remote peer.
263+
258264
## lncli Updates
259265

260266
* [Fixed](https://github.com/lightningnetwork/lnd/pull/9605) a case where

0 commit comments

Comments
 (0)