We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e90d5c commit 38a719dCopy full SHA for 38a719d
docs/release-notes/release-notes-0.19.3.md
@@ -61,6 +61,13 @@
61
anchors into its own tx, which means the anchor outputs won't be swept in a
62
high fee environment.
63
64
+- Added [NoOp HTLCs](https://github.com/lightningnetwork/lnd/pull/9871). This
65
+ allows sending HTLCs to the remote party without shifting the balances of the
66
+ channel. This is currently only possible to use with custom channels, and only
67
+ when the appropriate TLV flag is set. This allows for HTLCs carrying metadata
68
+ to reflect their state on the channel commitment without having to send or
69
+ receive a certain amount of msats.
70
+
71
## RPC Additions
72
73
## lncli Additions
0 commit comments