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 47d1365 commit 97bbbf1Copy full SHA for 97bbbf1
docs/release-notes/release-notes-0.20.0.md
@@ -40,6 +40,13 @@
40
41
# New Features
42
43
+- Added [NoOp HTLCs](https://github.com/lightningnetwork/lnd/pull/9871). This
44
+allows sending HTLCs to the remote party without shifting the balances of the
45
+channel. This is currently only possible to use with custom channels, and only
46
+when the appropriate TLV flag is set. This allows for HTLCs carrying metadata to
47
+reflect their state on the channel commitment without having to send or receive
48
+a certain amount of msats.
49
+
50
## Functional Enhancements
51
52
* RPCs `walletrpc.EstimateFee` and `walletrpc.FundPsbt` now
0 commit comments