File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments