We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa66f02 commit ab224dfCopy full SHA for ab224df
1 file changed
docs/release-notes/release-notes-0.21.0.md
@@ -56,6 +56,14 @@
56
transitions during startup, avoiding lost unlocks during slow database
57
initialization.
58
59
+* [Fixed `FundingPKScript` to honor the taproot feature bit on v1 channel
60
+ edges](https://github.com/lightningnetwork/lnd/pull/10672). Private taproot
61
+ channels stored as v1 gossip objects with the taproot staging feature bit
62
+ were having their funding scripts incorrectly reconstructed as legacy P2WSH
63
+ multisig. This affected read paths such as `ChannelView`, which rebuilds
64
+ the chain watch filter on restart. This was a pre-existing bug since
65
+ private taproot channels were first introduced.
66
+
67
# New Features
68
69
- [Basic Support](https://github.com/lightningnetwork/lnd/pull/9868) for onion
0 commit comments