Skip to content

Commit 2b2edb5

Browse files
committed
docs: add release notes for v1 taproot funding script fix
1 parent 0a8c275 commit 2b2edb5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.21.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@
6161
these valid no-reply pings instead of disconnecting peers, restoring
6262
compatibility with implementations that pad `channel_reestablish` messages
6363
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.
6472

6573
# New Features
6674

0 commit comments

Comments
 (0)