File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,7 @@ close transaction.
246
246
* ` lncli abandonchannel ` (` Lightning.AbandonChannel ` RPC)
247
247
* ` lncli restorechanbackup ` (` Lightning.RestoreChannelBackups ` RPC)
248
248
* ` lncli verifychanbackup ` (` Lightning.VerifyChanBackup ` RPC)
249
+
249
250
* The ` ForwardInterceptor ` 's ` MODIFY ` option will
250
251
[ merge] ( https://github.com/lightningnetwork/lnd/pull/9240 ) any custom
251
252
range TLVs provided with the existing set of records on the HTLC,
@@ -255,6 +256,11 @@ close transaction.
255
256
` ProofMatureDelta ` used in gossip to be configurable via
256
257
` --gossip.announcement-conf ` , with a default value of 6.
257
258
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
+
258
264
## lncli Updates
259
265
260
266
* [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/9605 ) a case where
You can’t perform that action at this time.
0 commit comments