We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8c275 commit 2b2edb5Copy full SHA for 2b2edb5
1 file changed
docs/release-notes/release-notes-0.21.0.md
@@ -61,6 +61,14 @@
61
these valid no-reply pings instead of disconnecting peers, restoring
62
compatibility with implementations that pad `channel_reestablish` messages
63
with them.
64
+
65
+* [Fixed `FundingPKScript` to honor the taproot feature bit on v1 channel
66
+ edges](https://github.com/lightningnetwork/lnd/pull/10672). Private taproot
67
+ channels stored as v1 gossip objects with the taproot staging feature bit
68
+ were having their funding scripts incorrectly reconstructed as legacy P2WSH
69
+ multisig. This affected read paths such as `ChannelView`, which rebuilds
70
+ the chain watch filter on restart. This was a pre-existing bug since
71
+ private taproot channels were first introduced.
72
73
# New Features
74
0 commit comments