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 c530876 commit 051b895Copy full SHA for 051b895
docs/release-notes/release-notes-0.7.0.md
@@ -73,6 +73,12 @@
73
[related PR](https://github.com/lightninglabs/taproot-assets/pull/1613) for
74
more info.
75
76
+- Asset HTLCs that are received or sent do not shift the satoshi balance of the
77
+ channel. This is because now the default behavior is to use
78
+ [Noop HTLCs](https://github.com/lightningnetwork/lnd/pull/9871) which locks
79
+ some above-dust sats amount with the HTLC as long as it's in-flight, but
80
+ nullifies it upon settlement.
81
+
82
## RPC Additions
83
84
- The [price oracle RPC calls now have an intent, optional peer ID and metadata
0 commit comments